Tag Archives: .htaccess

Tech Tip: Bring php5 To Your 1and1 Site

By adding AddType x-mapp-php5 .php to your .htacess file you will tell 1and1 to use php5 instead of the default php4. It should look something like this AddType x-mapp-php5 .php # BEGIN WordPress RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f … Continue reading

Posted in Tech, Tip | Tagged , , , | View Comments