lga37/modelo/master/public/.htaccess - Htaccess File

lga37/modelo/master/public/.htaccess

RewriteEngine On

#RewriteBase /
## Front controller redirect
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ index.php/$1 [QSA,L]

#RewriteRule ^ index.php [QSA,L]
#RewriteRule ^((?s).*)$ index.php?_url=/$1 [QSA,L]

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache