rickhurst/eatStatic/master/siteroot/admin/.htaccess - Htaccess File

rickhurst/eatStatic/master/siteroot/admin/.htaccess

# use the below to direct everything to index.php
# unless it is a file or directory
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /admin/index.php [L]
</IfModule>

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache