MikeiLL/hamiltonwr/master/.htaccess
RewriteEngine on
RewriteCond %{HTTP_HOST} ^(www.)?hamiltonwellnessresources.com$
RewriteCond %{REQUEST_URI} !^/web/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ /web/$1
RewriteCond %{HTTP_HOST} ^(www.)?hamiltonwellnessresources.com$
RewriteRule ^(/)?$ web/index.php [L]
Files
