andreioprisan/justgetlunch/master/application/.htaccess - Htaccess File

andreioprisan/justgetlunch/master/application/.htaccess

RewriteEngine on
RewriteCond $1 !^(index.php|assets|robots.txt)
RewriteRule ^(.*)$ /index.php/$1 [L]

# By default always use SSL
#RewriteCond %{HTTPS} !=on
#RewriteRule ^(.*) https://%{SERVER_NAME}%{REQUEST_URI} [L,R]

php_value memory_limit 64M
php_value max_execution_time 1000

On Github License

Files

Download PDF of Htaccess file
HTTPS, REQUEST_URI, SERVER_NAME

Comments

Apache