cutlerjm
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Error 500No problems.
All sorted. Thank you very much
Forum: Fixing WordPress
In reply to: Error 500where do I add the code?
here?
# BEGIN WordPress
Here?
<IfModule mod_rewrite.c>
or here?
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPressthanks
Forum: Fixing WordPress
In reply to: Error 500The code I have is
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPressForum: Fixing WordPress
In reply to: Error 500If it helps I am using Windows Vista, my FTP client is Filezilla and My database host is 1&1.
Forum: Fixing WordPress
In reply to: Error 500I’m having the same problem. I cannot access either the pages, media or posts page off my dashboard. I can still access links, comments, appearance, users, tool, plugins and setting pages though.
The error I get is:
Error 500 – Internal server error
An internal server error has occured!
Please try again later.I have deactivated and deleted all my plugins and still no hope. I have also replaced both wp-includes and wp-admin files with the original downloaded version via my FTP client.
I have previously had to add a .htaccess file to the wordpress route directory in order to get rid of the same error around 2months ago. Could this error be something to do with that?
Thank you