GobiernoFacil/evaluacion_ciudadana/master/html/.htaccess - Htaccess File

GobiernoFacil/evaluacion_ciudadana/master/html/.htaccess

RewriteEngine On
RewriteBase /
  
RewriteCond %{THE_REQUEST} ^GET.*index.php [NC]
RewriteCond %{THE_REQUEST} !/system/.*
RewriteRule (.*?)index.php/*(.*) /$1$2 [R=301,L]

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond $1 !^(index.php|images|robots.txt)
RewriteRule ^(.*)$ /index.php?/$1 [PT]

SetEnv TZ America/Mexico_City

On Github License

Files

Download PDF of Htaccess file
GET, REQUEST_FILENAME, THE_REQUEST, TZ

Comments

Apache