jimeh/zynapse/master/public/.htaccess - Htaccess File

jimeh/zynapse/master/public/.htaccess

RewriteEngine On

RewriteRule ^.*.svn.*$ /404

RewriteRule   ^$ index.html [QSA]
RewriteCond   %{REQUEST_FILENAME} !-f
RewriteCond   %{REQUEST_FILENAME} !-d
RewriteCond   %{REQUEST_FILENAME} !favicon.ico
RewriteCond   %{REQUEST_FILENAME} !robots.txt
RewriteRule   ^(.*)$ /dispatch.php [QSA,L]

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache