Jump to content

404 error when click on 'about us' and 'delivery' etc pages


Recommended Posts

It's because you have friendly URLs enabled, but you are missing the friendly URL code from your .htaccess file. You should make a backup of your current .htaccess file, then go to Tools > Generators then click the "Generate .htaccess file". Then copy the following code from your backup to the top of the generated .htaccess file:

addhandler x-httpd-php .zn
DirectoryIndex index.zn index.php index.html index.htm index.shtml

order deny,allow
deny from all

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...