404 Not found, for all pages except homepage
hi i am getting an error as Not found,Additionally, a 403 Forbidden error was encountered while trying to use an ErrorDocument to handle the request.
-
Seems like the .htaccess has been removed or had its content deleted. If you're using WordPress, create a .htaccess file in the document root with this content: [CODE=apacheconf]# BEGIN WordPress RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] # END WordPress 0 -
Hi sanjyoti Please let us know if the advice provided by @DennisMidjord helped to resolve the issue. 0
Please sign in to leave a comment.
Comments
2 comments