Interlecto/proho/master/dist/.htaccess - Htaccess File

Interlecto/proho/master/dist/.htaccess

Options +FollowSymLinks
RewriteEngine  On
RewriteBase  /

RewriteRule  ^/?(lib|mod|plugs|config|data)  -  [F]
RewriteRule  ^/?(acc|doc|msg|pro|pub|rem|sec)b  api.php  [L]
RewriteCond  %{REQUEST_FILENAME}  -f
RewriteRule  .?  -  [L]
RewriteCond  %{REQUEST_FILENAME}  -d
RewriteRule  .+  nav.php  [L]
RewriteRule  .?  index.php  [L]

ErrorDocument  404  /status/404
ErrorDocument  500  /status/500

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache