Htaccess File

ShaRay/nm-origami-owl/master/.htaccess

REQUEST_FILENAME
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /sites/nm-origami-owl/
RewriteRule ^index.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /sites/nm-origami-owl/index.php [L]
</IfModule>
Exit mobile version