Categories: Tips & Tricks

Run PHP5 on your PHP4 Server

Here is a really neat trick! Access your PHP5 while running PHP4.

If you haven’t created a .htaccess file, you may want to check out the WordPress Codex on permalink structure.

Anyway, open any text editing document and paste in this code:

AddType x-mapp-php5 .php

That’ it! Save your text document as .htaccess and your server should parse all .php files as PHP5

Web Master

Hi, I am Miguel, I bought this site in 2009. So I now run or manage the site. Please visit my new website or follow me on twitter @W3i.

Recent Posts

Can′t add pagination on WooThemes Thick Theme

Everything I have tried has led to nothing. And I have tried six way's from…

14 hours ago

Pulling custom fields from outside the loop

In the last post "Creating a custom widget" I showed you how to create a…

1 day ago

Creating a custom widget

Today let's learn a simple quick trick on how to create a custom widget. For…

2 days ago

Display custom url if comment authors url is blank

Here is a nifty trick for your comments.php template. If someone comes to your site…

2 days ago