I was trying to log into my WordPress website. The main website is fine, but when I access http://[domain]/admin, I get:
– Firefox – a blank website
– Brave – In-browser error message “[domain] is currently unable to handle this request.
HTTP ERROR 500”
Given that it’s an internal error, I looked and found this in my error log:
> [autoindex:error] AH01276: Cannot serve directory /home/directory/www/wordpress/wp-includes/: No matching DirectoryIndex
>
> (index.html,index.htm,index.shtml,index.shtm,index.cgi,index.php,index.hdml) found, and server-generated directory index forbidden by Options directive
It may be a theme-related issue, as indicated on [the WordPress Forum]).
I’d like to disable all themes, if that would resolve this issue, but I’m not able to log in.
What other methods are there to resolve this?
[ad_2]
The login url is actually /wp-admin. Do you have an htaccess file in your web root?
But it sounds like there are server config issues. You should contact your host about that.
You mentioned “disabling all themes”. You need 1 theme active to use WordPress.