ceasar k Posted October 13, 2010 Share Posted October 13, 2010 Hello,I have installed prestashop on my server, it can be found at:www.vibelebanon.com/prestatopkapiWhen i click on any of the pages in the information box i get a 404 as if the page didn't exist.Please help,Thanks,C. Link to comment Share on other sites More sharing options...
CTDAN Posted October 13, 2010 Share Posted October 13, 2010 Looks like there's a problem with your .htaccess file. Can you paste the contents of the .htaccess file found in your root folder? Link to comment Share on other sites More sharing options...
ceasar k Posted October 13, 2010 Author Share Posted October 13, 2010 Here it is:addhandler x-httpd-php .znDirectoryIndex index.zn index.php index.html index.htm index.shtmlorder deny,allowdeny from allErrorDocument 404 /errors/notfound.htm Link to comment Share on other sites More sharing options...
rocky Posted October 14, 2010 Share Posted October 14, 2010 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 More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now