filipcte/jobberbase/master/public/.htaccess - Htaccess File

filipcte/jobberbase/master/public/.htaccess

RewriteEngine on

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