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>
Files
