Jai-Chaudhary/termite-data-server/master/web2py/.htaccess - Htaccess File

Jai-Chaudhary/termite-data-server/master/web2py/.htaccess

Options +SymLinksIfOwnerMatch -Indexes -Includes
AddHandler fcgid-script .fcgi

RewriteEngine On
RewriteBase /

RewriteCond %{REQUEST_URI} ^/admin(/.*)?
RewriteRule .* - [F]

RewriteCond %{REQUEST_URI} !(web2py.fcgi)
RewriteCond %{REQUEST_URI} !(robots.txt)
RewriteRule ^(.*)$ web2py.fcgi/$1 [L]

On Github License

Files

Download PDF of Htaccess file
REQUEST_URI

Comments

Apache