No Description
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

.htaccess 268B

12345678910
  1. RewriteEngine On
  2. RewriteCond %{HTTPS} off [OR]
  3. RewriteCond %{HTTP_HOST} ^www\. [NC]
  4. RewriteCond %{HTTP_HOST} ^(?:www\.)?(.+)$ [NC]
  5. RewriteRule ^ https://%1%{REQUEST_URI} [L,NE,R=301]
  6. #index.html redirect
  7. RewriteRule ^index\.html$ https://anwisystems.com/ [R=301,L]