cargografias/cargografias/master/web/.htaccess - Htaccess File

cargografias/cargografias/master/web/.htaccess

Header set Cache-Control "max-age=0, public, must-revalidate"
AddDefaultCharset UTF-8
Options +FollowSymLinks -MultiViews
# Turn mod_rewrite on
RewriteEngine On
#RewriteBase /

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
#RewriteRule ^peru/?(.*)$ $1
RewriteRule ^([^/]+)$ /

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache