Finrod927/D3Dashboard/master/src/.htaccess - Htaccess File

Finrod927/D3Dashboard/master/src/.htaccess

RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_URI} !^(/index.php|/img|/js|/css|/robots.txt|/favicon.ico)
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.html [L]

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME, REQUEST_URI

Comments

Apache