khinds10/RetroDashboard/master/server/.htaccess - Htaccess File

khinds10/RetroDashboard/master/server/.htaccess

# BEGIN The Framework Rewrite Rules
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule !.(js|ico|gif|jpg|jpeg|png|flv|css)$ /index.php
</IfModule>
# END The Framework Rewrite Rules

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache