RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
RewriteRule ^komen$ ?page=komentar [L]
ErrorDocument 404 /404.html
ErrorDocument 403 /403.html