Jump to content

No Picture, Product Not Found - when I activate Friendly URL's - PLEASE HELP


luigipwns

Recommended Posts

Hello, 

I am using Prestashop Version 1.5.3, my domain is gamersturf.co.  When I activate Friendly URL's all of my pictures break and when i click on the product description, my browser doesn't display my product pages, it goes to "product not found"

 

I have checked with my server to see if the mod rewrite is enabled and they said that it is.  I've also tried to regenerate thumbnails, this did not fix my issue.  Please, please, please assist.

 

Thanks, Ryan

Link to comment
Share on other sites

Try this test code to see if your URL rewrite is working on your server

 

 

edit your at the top of .htaccess file add


<IfModule mod_rewrite.c>
RewriteEngine on

RewriteRule ^urltest$ /urltest.php [L]

</IfModule>

create a new file urltest.php in your root folder

<?php

print $_SERVER['REQUEST_URI'];


than visit http://www. yoursite.com /urltest

if you get a 404 error than it's your server

else it's something wrong with Prestashp

Link to comment
Share on other sites

Try this:

 

I had this happened to my PS 1.5.4.1 install. I fixed it by recreate htaccess file in BO-Preferences-SEO&URLs

 

1. enabled Friendly URL

2. enabled Canonical URL

 

If 1&2 already set then disable then re-enable and save to force change and recreate htaccess file. Images reappeared !

Hope this works for you. Regards

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...