rubenarslan/attentionbias/master/.htaccess - Htaccess File

rubenarslan/attentionbias/master/.htaccess

<IfModule mod_rewrite.c>
  RewriteEngine on
#uncomment all lines below on the server
#  RewriteBase /
#  RewriteCond %{HTTPS} off
#  RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R,L]
#    RewriteCond %{HTTP_HOST} !^zwang.hu-berlin.de
#    RewriteRule (.*) https://zwang.hu-berlin.de/$1 [R,L]

  RewriteRule (.*) app/webroot/$1 
</IfModule>
php_value max_input_vars 100000

On Github License

Files

Download PDF of Htaccess file
HTTP_HOST, HTTPS, REQUEST_URI

Comments

Apache