prakashivan Posted June 8, 2014 Share Posted June 8, 2014 I have installed PS 1.6 and tried to checkout for testing. During shipping address update i got this error, 404 this page is not available. Also in home page all my images have been disappeared. I tried to look for Paypal folder permission but i do not have paypal folder in modules. Attached are images for reference. Can somebody help me. Thanks in advance Link to comment Share on other sites More sharing options...
vekia Posted June 8, 2014 Share Posted June 8, 2014 hello you run store with friendly url's ? if so, can you try to disable it? what's going on then? 1 Link to comment Share on other sites More sharing options...
prakashivan Posted June 8, 2014 Author Share Posted June 8, 2014 Thanks I was running the store with friendly urls. I disabled friedly urls and it is working fine. but going forward how to solve this?. i mean if friedly urls are enabled I am running my store in local host: http://localhost:8888/presta101/prestashop/index.php?id_category=8&controller=category Thank you again for help Link to comment Share on other sites More sharing options...
vekia Posted June 8, 2014 Share Posted June 8, 2014 i think that problem is related to your localhost service it's definitely not default behaviour of prestashop are you able to test it remotely? 1 Link to comment Share on other sites More sharing options...
prakashivan Posted June 8, 2014 Author Share Posted June 8, 2014 Thanks, Right now i do not host my website in any web hosting service, so no chance to test it remotely. I was using Prestabox, then curiously moved to Prestashop. If you are sure this is not Prestashop bug then i will keep testing my shop in localhost n if it doesn't happen when go live, i think i am fine. I will let u know if i have anything going forward. u can close this thread as solved, Thanks again Link to comment Share on other sites More sharing options...
dodgebill Posted June 10, 2014 Share Posted June 10, 2014 I seem to have just had the same problem and I KNOW that rewrite in on in Apache. I just moved my store live and now it does not work. I went from a test folder on my webserver to the root domain. I also changed the htaccess file to show the new folder location. If I turn off friendly URLs it works just fine. If I go back to my test folder it works just fine. What happened to break my store? http://www.sexynkinky.com Maybe not quite NSFW but nothing explicit. Just a lingerie store test store http://www.sexynkinky.com/prestashop Bill 1 Link to comment Share on other sites More sharing options...
dodgebill Posted June 10, 2014 Share Posted June 10, 2014 I think I fixed it. My .htaccess file was missing the following lines. Not sure how that happened.... Isn't that automatic in Prestashop? # ImagesRewriteRule ^([0-9])(\-[_a-zA-Z0-9-]*)?(-[0-9]+)?/.+\.jpg$ %{ENV:REWRITEBASE}img/p/$1/$1$2$3.jpg [L]RewriteRule ^([0-9])([0-9])(\-[_a-zA-Z0-9-]*)?(-[0-9]+)?/.+\.jpg$ %{ENV:REWRITEBASE}img/p/$1/$2/$1$2$3$4.jpg [L]RewriteRule ^([0-9])([0-9])([0-9])(\-[_a-zA-Z0-9-]*)?(-[0-9]+)?/.+\.jpg$ %{ENV:REWRITEBASE}img/p/$1/$2/$3/$1$2$3$4$5.jpg [L]RewriteRule ^([0-9])([0-9])([0-9])([0-9])(\-[_a-zA-Z0-9-]*)?(-[0-9]+)?/.+\.jpg$ %{ENV:REWRITEBASE}img/p/$1/$2/$3/$4/$1$2$3$4$5$6.jpg [L]RewriteRule ^([0-9])([0-9])([0-9])([0-9])([0-9])(\-[_a-zA-Z0-9-]*)?(-[0-9]+)?/.+\.jpg$ %{ENV:REWRITEBASE}img/p/$1/$2/$3/$4/$5/$1$2$3$4$5$6$7.jpg [L]RewriteRule ^([0-9])([0-9])([0-9])([0-9])([0-9])([0-9])(\-[_a-zA-Z0-9-]*)?(-[0-9]+)?/.+\.jpg$ %{ENV:REWRITEBASE}img/p/$1/$2/$3/$4/$5/$6/$1$2$3$4$5$6$7$8.jpg [L]RewriteRule ^([0-9])([0-9])([0-9])([0-9])([0-9])([0-9])([0-9])(\-[_a-zA-Z0-9-]*)?(-[0-9]+)?/.+\.jpg$ %{ENV:REWRITEBASE}img/p/$1/$2/$3/$4/$5/$6/$7/$1$2$3$4$5$6$7$8$9.jpg [L]RewriteRule ^([0-9])([0-9])([0-9])([0-9])([0-9])([0-9])([0-9])([0-9])(\-[_a-zA-Z0-9-]*)?(-[0-9]+)?/.+\.jpg$ %{ENV:REWRITEBASE}img/p/$1/$2/$3/$4/$5/$6/$7/$8/$1$2$3$4$5$6$7$8$9$10.jpg [L]RewriteRule ^c/([0-9]+)(\-[\.*_a-zA-Z0-9-]*)(-[0-9]+)?/.+\.jpg$ %{ENV:REWRITEBASE}img/c/$1$2$3.jpg [L]RewriteRule ^c/([a-zA-Z_-]+)(-[0-9]+)?/.+\.jpg$ %{ENV:REWRITEBASE}img/c/$1$2.jpg [L]# AlphaImageLoader for IE and fancyboxRewriteRule ^images_ie/?([^/]+)\.(jpe?g|png|gif)$ js/jquery/plugins/fancybox/images/$1.$2 [L]# DispatcherRewriteCond %{REQUEST_FILENAME} -s [OR]RewriteCond %{REQUEST_FILENAME} -l [OR]RewriteCond %{REQUEST_FILENAME} -dRewriteRule ^.*$ - [NC,L]RewriteRule ^.*$ %{ENV:REWRITEBASE}index.php [NC,L]</IfModule> 1 Link to comment Share on other sites More sharing options...
Recommended Posts