mbunge/Efika/master/public/_.htaccess - Htaccess File

mbunge/Efika/master/public/_.htaccess

Options +FollowSymLinks
RewriteEngine On
RewriteBase /

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond $1 !^(index.php)

RewriteRule ^(.*) index.php?request=$1 [QSA,L]

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache