htaccess

How To Move A Large WordPress Website To A New Server

How To Move A Large WordPress Website To A New Server

In this how to tutorial I will show you how to move a large WordPress website from one server to another. In this tutorial I assume that you already know how to SSH into your server. You must already know these following things, if you do not, click the link and learn them and then Read More

Disable PHP On A Directory With Htaccess

If you need to disable php on a directory with htaccess here is your script. Open up your text editor and paste this code in it. [code]<Files *.php> deny from all </Files>[/code] Upload it to the directory that you do not want PHP code executed. Most folders that are hacked in WordPress are… wp-content/uploads/ wp-includes Read More