marcosalm/MVC-sample/master/.htaccess - Htaccess File

marcosalm/MVC-sample/master/.htaccess

RewriteEngine On

RewriteCond %{REQUEST_FILENAME} !-f
# caso usar framework on root url "http://dominio/" deixar : RewriteRule ^(.+)$ /index.php/$1
# caso usar framework em url personalizada "http://dominio/path" deixar : RewriteRule ^(.+)$ /path/index.php/$1

RewriteRule ^(.+)$ /mvc/index.php/$1

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache