jishnu7/silpa/master/.htaccess - Htaccess File

jishnu7/silpa/master/.htaccess

Header add Access-Control-Allow-Origin *
DirectoryIndex dispatch.fcgi
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*) dispatch.fcgi/$1 [L,QSA]
RewriteRule ^.git - [F,L]

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache