
RewriteEngine on
RewriteCond %{HTTP_HOST} ^najahajournal\.najahaofficial\.id$
RewriteRule ^/?$ "http\:\/\/https\:\/\/najahajournal\.najahaofficial\.id\/" [R=301,L]

# RewriteEngine On
# RewriteCond %{HTTPS} off
# RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]

<IfModule mod_headers.c>
Header set Access-Control-Allow-Origin "*"
</IfModule>

php_flag display_errors On
