CentralAZedu/PHP_MVC/master/.htaccess - Htaccess File

CentralAZedu/PHP_MVC/master/.htaccess

DirectoryIndex index.php

RewriteEngine On

#RewriteBase /
RewriteBase /~rgimbel/PHP_MVC/

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

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache