Hi I need someone who can help me with what should be a simple thing (I hope).... I installed a plug in on my wordpress blog and straight after I started to get a HTTP Error 500 (Internal Server Error) when I try to access my admin. I've been told that I need to go in through FTP to sort it out that way - I'm not really very techie but if anyone can do this for me then I'm happy to pay them. Please can you e mail me at and let me know how much you would charge to do this for me and when you could do it. Thanks
Check out your .htaccess file. Every time that has happened to me it has been because something happened with the .htaccess file. Depending on your host, it might be hidden. Another possibility is ftp in and remove the plugin. But if it it altered the .htaccess file that won't solve the problem. The htaccess file should look something like this: # BEGIN WordPress RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] # END WordPress If you need more help just PM me. Good luck!