xander9112/xander9112/master/.htaccess - Htaccess File

xander9112/xander9112/master/.htaccess

Options -Indexes
ErrorDocument 404 /404.php

Options +FollowSymLinks
RewriteEngine On

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-l
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !index.php$

RewriteRule ^([^/]*)$ /templates/$1.php [QSA,L,NC]

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache