Forums
-
- Forum
- Posts
-
- Installation
- 28,432
- Troubleshooting
- 62,513
- Themes
- 10,431
- Plugins
- 15,338
- Requests & Feedback
- 14,964
- Showcase
- 3,256
-
The problem is not that they SUPPORT PHP4, it’s that you WANT PHP5. Add this to your .htaccess if you’re at 1&1.
AddType x-mapp-php5 .php
That will force *.php files to be processed by PHP5. That should resolve the problem for you.