Skip to main content

404 Not found, for all pages except homepage

Comments

2 comments

  • DennisMidjord
    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
  • cPanelLauren
    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.