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
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# END WordPress

Share and Enjoy:
  • Print
  • Digg
  • del.icio.us
  • Facebook
  • Google Bookmarks
  • email
  • Identi.ca
  • LinkedIn
  • MySpace
  • NewsVine
  • Reddit
  • StumbleUpon
  • Twitter
This entry was posted in Tech, Tip and tagged , , , . Bookmark the permalink.

Comments are closed.

blog comments powered by Disqus