Hey there.
I've just transferred my wordpress site from my machine locally and onto a server using Plesk. The homepage (a static page) is fine, but then whenever I click onto any other page it displays the Internal Server Error page.
I've tried changing the permalinks back to default and fiddling with the .htaccess file with no suck luck!
What exactly should be written in the .htaccess file? It currently reads as:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /wordpress/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /wordpress/index.php [L]
</IfModule>
# END WordPress
I'm pretty sure it was working last night before I went to bed.... Don't know what changed this morning before I logged back in.
Does anyone have any idea what might be causing this? I'm having issue after issue and I have a deadline approaching! Driving me nuts!
Hope someone can help!
Abi