How To: Run PHP5 at 1and1.com
2008 October 31
Need to run php5 on 1and1.com? It's pretty easy.
Add the following to your .htaccess file:
AddType x-mapp-php5 .php
AddHandler x-mapp-php5 .php
Done!
Need to run php5 on 1and1.com? It's pretty easy.
Add the following to your .htaccess file:
AddType x-mapp-php5 .php
AddHandler x-mapp-php5 .php
Done!
Comments are closed for this entry.