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
At the time of writing this post I have Theme Hybrid as my parent theme,…
What do Software as a Service (SaaS) Companies Do?
Have you ever uploaded an image that might have been a tad bigger than the…
See, I really did pull the winner out of a hat, lol. Well In my…
This Traffic guide offers 45 strategies to boost search traffic, focusing on technical SEO, content,…
Here is a simple way to display any RSS feed in your WordPress blog. <?php…