arash691/myMVC/master/.htaccess - Htaccess File

arash691/myMVC/master/.htaccess

Options +FollowSymlinks
RewriteEngine On
RewriteBase /mvc
RewriteCond %{REQUEST_FILENAME} !-l
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php?r=$1 [L,NC,QSA]

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache