WordPress Security Hacks
Hi guys this is my first post on wpcult the great site Austin built. Hope you guys find it usefull.
If you run a blog using the wordpress software then your blog is a target to hackers. Below I will list some hacks and just how they can help you keep your business/site safe.
The following is code to Block Bad Queries and protect your blog from malicious URL Requests.
Place the following code into a text file and name it what ever you like for example blockbadqueries.php upload it to your plugin folder and activate it in your wordpress
Click here to continue readingRun 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 .phpThat’ it! Save your text document as .htaccess and your server should parse all .php files as PHP5
Click here to continue reading
