s-melnikov/php-login-master/master/4-full-mvc-framework/.htaccess - Htaccess File

s-melnikov/php-login-master/master/4-full-mvc-framework/.htaccess

RewriteEngine On

#When using the script within a subfolder, put this path here, like /mysubfolder/
#If your app is in the root of your web folder, then pleae delete this line or comment it out like this line
RewriteBase /php-login/4-full-mvc-framework/

RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-l

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

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache