%http_host

  1. Nirjonadda

    Add rules in htaccess

    Fillip H., Please Add this rules in your htaccess RewriteEngine On # Force SSL: RewriteCond %{HTTPS} off RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L] # Force www: RewriteCond %{HTTP_HOST} !^$ RewriteCond %{HTTP_HOST} !^www\. [NC] RewriteCond %{HTTPS}s ^on(s)| RewriteRule ^...
Back
Top