After login I get 500-error
-
I’ve just installed the latest release and after I log in I get:
—
Found
The document has moved here.Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.
—If I try to view the blog it works fine and I’m logged in. When I click edit post I get to the editor but where the upoload image section is supposed to be instead the same error as above is shown.
When I log out I also get the same error and when I then view the blog it shows fine and I’m logged out.
Is this perhaps an .htaccess error? My .htaccess file situated in the blog root contains:
—
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /nonsens/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /nonsens/index.php [L]
</IfModule># END WordPress
—Could there be a conflict with the .htaccess in the root (../) directory? That file contains:
—
# -FrontPage-IndexIgnore .htaccess */.??* *~ *# */HEADER* */README* */_vti*
<Limit GET POST>
order deny,allow
deny from all
allow from all
</Limit>
<Limit PUT DELETE>
order deny,allow
deny from all
</Limit>
—Thanks in advance, I hope I enclosed all the info you need to see what the problem is.
Kind regards, Olof
- The topic ‘After login I get 500-error’ is closed to new replies.