fossjobs/fossjobs/master/public/.htaccess - Htaccess File

fossjobs/fossjobs/master/public/.htaccess

# AddType x-mapp-php5 .php
# AddHandler x-mapp-php5 .php

RewriteEngine on
Options +FollowSymlinks

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . index.php [L]

ErrorDocument 404 /page-unavailable/

<files ~ ".tpl$">
order deny,allow
allow from none
deny from all
</files>

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache