Clidus/dumplog-website/master/.htaccess - Htaccess File

Clidus/dumplog-website/master/.htaccess

# Uncomment to return php errors
#php_flag display_errors 1

RewriteEngine on

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

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

On Github License

Files

Download PDF of Htaccess file
HTTP_HOST, HTTPS, REQUEST_URI

Comments

Apache