JamesBlack001/lets-new/master/public/.htaccess - Htaccess File

JamesBlack001/lets-new/master/public/.htaccess

#Implementation Note: framework for mvc adapted tutorial at 
#http://www.phpacademy.org, Alex Garret
  

Options -MultiViews
RewriteEngine On

RewriteBase /mvc/mvc/public/

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

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

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache