haoji/gwl/master/.htaccess - Htaccess File

haoji/gwl/master/.htaccess

RewriteEngine on

# Uncomment to enforce HTTPS
#RewriteCond %{HTTPS} !=on
#RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]

RewriteCond $1 !^(index.php|images|js|css|bootstrap|uploads|robots.txt)
RewriteRule ^(.*)$ /index.php/$1 [L]

On Github License

Files

Download PDF of Htaccess file
HTTP_HOST, HTTPS, REQUEST_URI

Comments

Apache