KuberKode/Tsama/master/PHP/Src/.htaccess - Htaccess File

KuberKode/Tsama/master/PHP/Src/.htaccess

Options +FollowSymLinks
RewriteEngine On
RewriteBase /

# If file does not exist
RewriteCond %{REQUEST_FILENAME} !-f
# If directory does not exist
RewriteCond %{REQUEST_FILENAME} !-d
# rewrite to index.php
RewriteRule .* index.php [L]

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache