ok I think I better start this all over again:
Firstly (before anything happend here), I was unable to access the comments page in the admin panel. Furthermore I cannot moderate any of the new comments through moderation.php. That is the original problem.
Your instructions was to create a .htaccess file in this directory:
…Wordpress/wp-admin/.htaccess
With the text:
<IfModule mod_security.c>
SecFilterInheritance Off
</IfModule>
This file exists in that location right now.
Also I have another .htaccess file in this directory:
…Wordpress/.htaccess
With this text:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
With both of these .htaccess files in their approprite directories, I can no longer access the wp-admin at all, let alone moerate comments and such.
At whooami: If I have pasted the text wrong for the first .htaccess file then tell me what’s wrong because the text I have entered is exactly what appears in this post.
Right now this is not working…
https://blog.divineiniquity.net you can take a look if you don’t believe me, try and click on “Site Admin”, you won’t be able to get into the login screen for the admin panel.
At the moment I am getting this: (500 Internal Server Error)
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, [no address given] and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.