Thanks for this James.
Will make 403 page.
Best Regards
The 404 comes with it but like you said it is not necessary to stop it since there are no issues. I just wanted to make sure if it is an issue due to any other plugin or not.
So we can close this as I got what I wanted to know about the 404.
Hi James,
This was really informative and many thanks.
I think This occurs because of the following code not the above codes,
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^wp-admin/includes/ – [F,L]
RewriteRule !^wp-includes/ – [S=3]
RewriteRule ^wp-includes/[^/]+.php$ – [F,L]
RewriteRule ^wp-includes/js/tinymce/langs/.+.php – [F,L]
RewriteRule ^wp-includes/theme-compat/ – [F,L]
</IfModule>
Anyway still the same answer and I have an idea what’s all this about now.