Jump to content

404 THIS PAGE IS NOT AVAILABLE


Recommended Posts

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

post-805426-0-80298200-1402219266_thumb.png

post-805426-0-70969500-1402219350_thumb.png

Link to comment
Share on other sites

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

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

  • Like 1
Link to comment
Share on other sites

I think I fixed it.
 
My .htaccess file was missing the following lines. Not sure how that happened.... Isn't that automatic in Prestashop?

 

# Images
RewriteRule ^([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 fancybox
RewriteRule ^images_ie/?([^/]+)\.(jpe?g|png|gif)$ js/jquery/plugins/fancybox/images/$1.$2 [L]

# Dispatcher
RewriteCond %{REQUEST_FILENAME} -s [OR]
RewriteCond %{REQUEST_FILENAME} -l [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^.*$ - [NC,L]
RewriteRule ^.*$ %{ENV:REWRITEBASE}index.php [NC,L]
</IfModule>

  • Like 1
Link to comment
Share on other sites

×
×
  • Create New...