luigipwns Posted September 6, 2013 Share Posted September 6, 2013 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 More sharing options...
Mr S Posted September 7, 2013 Share Posted September 7, 2013 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 More sharing options...
vekia Posted September 7, 2013 Share Posted September 7, 2013 if he has got friendly url ON and if he can browse website it mean that everything is fine with mod rewrite (i suppose so) the problem is probably with .htaccess file, can you for test purposes regenerate it? Link to comment Share on other sites More sharing options...
cindy.yu Posted September 10, 2013 Share Posted September 10, 2013 Hi Ryan Did you get your problem solved? I have same problem too and couldn't find a way yet. Thanks Cindy Link to comment Share on other sites More sharing options...
Mr S Posted September 17, 2013 Share Posted September 17, 2013 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 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