Options RewriteEngine on Redirect 301 "/mobile/montreal-home-inspection-services.com" "/mobile/index.html" Redirect 301 "/montreal-home-inspection-services.com" "/index.html" RewriteCond %{HTTPS} off RewriteRule .* https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301] RewriteCond %{REQUEST_URI} !-f RewriteRule ^ajax/(.*)$ /w_api/Handler.php [L] RewriteBase / RewriteRule ^$ index.html [R=301,L]