http

.htaccess

Redirect http to https
RewriteEngine On

RewriteCond %{HTTP_HOST} !^www\.panticz\.de [NC]
RewriteCond %{HTTP_HOST} !^$
RewriteRule ^(.*) http://www.panticz.de/$1 [L,R=301]

RewriteCond %{SERVER_PORT} !^443$
RewriteRule (.*) https://%{HTTP_HOST}/$1 [L]

Allow directory listing
Options +Indexes

Enable PHP5
AddType x-mapp-php5 .php
AddHandler x-mapp-php5 .php
or
SetEnv PHP_VER 5

disable REGISTER_GLOBALS
SetEnv REGISTER_GLOBALS 0

redirect to another homepage

Do you like this page? Then support it. Please click the AD below and visit the sponsor. Thank you!


Syndicate content