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]
Files
