britors/SushiPHP/master/.htaccess - Htaccess File

britors/SushiPHP/master/.htaccess

# Turn on the RewriteEngine
Options +FollowSymlinks
RewriteEngine On
RewriteBase /
#  Rules
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d 
RewriteRule ^(.*)$ index.php?mod=/$1 [QSA,L]

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache