Jump to content

We're sorry, but the Web address you entered is no longer available


Recommended Posts

I have search and tried every solution and no success. I just moved my site and now my order and authentication pages give me " We're sorry, but the Web address you entered is no longer available". I've had this site for 3 years now with no issues. still using 1.2.5 and have always used friendly URLs and worked before. Here is my .htaccess file:

 

# URL rewriting module activation
RewriteEngine on
# URL rewriting rules
RewriteRule ^api/?(.*)$ /presta/webservice/dispatcher.php?url=$1 [QSA,L]
RewriteRule ^([a-z0-9]+)\-([a-z0-9]+)(\-[_a-zA-Z0-9-]*)/[_a-zA-Z0-9-]*\.jpg$ /presta/img/p/$1-$2$3.jpg [L]
RewriteRule ^([0-9]+)\-([0-9]+)/[_a-zA-Z0-9-]*\.jpg$ /presta/img/p/$1-$2.jpg [L]
RewriteRule ^([0-9])(\-[_a-zA-Z0-9-]*)?/[_a-zA-Z0-9-]*\.jpg$ /presta/img/p/$1/$1$2.jpg [L]
RewriteRule ^([0-9])([0-9])(\-[_a-zA-Z0-9-]*)?/[_a-zA-Z0-9-]*\.jpg$ /presta/img/p/$1/$2/$1$2$3.jpg [L]
RewriteRule ^([0-9])([0-9])([0-9])(\-[_a-zA-Z0-9-]*)?/[_a-zA-Z0-9-]*\.jpg$ /presta/img/p/$1/$2/$3/$1$2$3$4.jpg [L]
RewriteRule ^([0-9])([0-9])([0-9])([0-9])(\-[_a-zA-Z0-9-]*)?/[_a-zA-Z0-9-]*\.jpg$ /presta/img/p/$1/$2/$3/$4/$1$2$3$4$5.jpg [L]
RewriteRule ^([0-9])([0-9])([0-9])([0-9])([0-9])(\-[_a-zA-Z0-9-]*)?/[_a-zA-Z0-9-]*\.jpg$ /presta/img/p/$1/$2/$3/$4/$5/$1$2$3$4$5$6.jpg [L]
RewriteRule ^([0-9])([0-9])([0-9])([0-9])([0-9])([0-9])(\-[_a-zA-Z0-9-]*)?/[_a-zA-Z0-9-]*\.jpg$ /presta/img/p/$1/$2/$3/$4/$5/$6/$1$2$3$4$5$6$7.jpg [L]
RewriteRule ^([0-9])([0-9])([0-9])([0-9])([0-9])([0-9])([0-9])(\-[_a-zA-Z0-9-]*)?/[_a-zA-Z0-9-]*\.jpg$ /presta/img/p/$1/$2/$3/$4/$5/$6/$7/$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])([0-9])(\-[_a-zA-Z0-9-]*)?/[_a-zA-Z0-9-]*\.jpg$ /presta/img/p/$1/$2/$3/$4/$5/$6/$7/$8/$1$2$3$4$5$6$7$8$9.jpg [L]
RewriteRule ^c/([0-9]+)(\-[_a-zA-Z0-9-]*)/[_a-zA-Z0-9-]*\.jpg$ /presta/img/c/$1$2.jpg [L]
RewriteRule ^([0-9]+)\-[a-zA-Z0-9-]*\.html /presta/product.php?id_product=$1 [QSA,L]
RewriteRule ^([0-9]+)\-[a-zA-Z0-9-]* /presta/category.php?id_category=$1 [QSA,L]
RewriteRule ^[a-zA-Z0-9-]*/([0-9]+)\-[a-zA-Z0-9-]*\.html /presta/product.php?id_product=$1 [QSA,L]
RewriteRule ^([0-9]+)__([a-zA-Z0-9-]*) /presta/supplier.php?id_supplier=$1 [QSA,L]
RewriteRule ^([0-9]+)_([a-zA-Z0-9-]*) /presta/manufacturer.php?id_manufacturer=$1 [QSA,L]
RewriteRule ^content/([0-9]+)\-([a-zA-Z0-9-]*) /presta/cms.php?id_cms=$1 [QSA,L]
RewriteRule ^content/category/([0-9]+)\-([a-zA-Z0-9-]*) /presta/cms.php?id_cms_category=$1 [QSA,L]
RewriteRule ^([0-9]+)(\-[_a-zA-Z0-9-]*)/[_a-zA-Z0-9-]*\.jpg$ /presta/img/c/$1$2.jpg [L]
RewriteRule ^page-not-found$ /presta/404.php [QSA,L]
RewriteRule ^address$ /presta/address.php [QSA,L]
RewriteRule ^addresses$ /presta/addresses.php [QSA,L]
RewriteRule ^authentication$ /presta/authentication.php [QSA,L]
RewriteRule ^best-sales$ /presta/best-sales.php [QSA,L]
RewriteRule ^cart$ /presta/cart.php [QSA,L]
RewriteRule ^contact-us$ /presta/contact-form.php [QSA,L]
RewriteRule ^discount$ /presta/discount.php [QSA,L]
RewriteRule ^guest-tracking$ /presta/guest-tracking.php [QSA,L]
RewriteRule ^order-history$ /presta/history.php [QSA,L]
RewriteRule ^identity$ /presta/identity.php [QSA,L]
RewriteRule ^manufacturers$ /presta/manufacturer.php [QSA,L]
RewriteRule ^my-account$ /presta/my-account.php [QSA,L]
RewriteRule ^new-products$ /presta/new-products.php [QSA,L]
RewriteRule ^order$ /presta/order.php [QSA,L]
RewriteRule ^order-follow$ /presta/order-follow.php [QSA,L]
RewriteRule ^quick-order$ /presta/order-opc.php [QSA,L]
RewriteRule ^order-slip$ /presta/order-slip.php [QSA,L]
RewriteRule ^password-recovery$ /presta/password.php [QSA,L]
RewriteRule ^prices-drop$ /presta/prices-drop.php [QSA,L]
RewriteRule ^search$ /presta/search.php [QSA,L]
RewriteRule ^sitemap$ /presta/sitemap.php [QSA,L]
RewriteRule ^stores$ /presta/stores.php [QSA,L]
RewriteRule ^supplier$ /presta/supplier.php [QSA,L]

 

HERE IS MY SITE. PLEASE ANY HELP would be awesome!!

Link to comment
Share on other sites

The website encountered an error while retrieving It may be down for maintenance or configured incorrectly.<p id="suggestions" jsdisplay="suggestionsHeading" jstcache="2" style="-webkit-margin-start: 3px; margin-top: 15px; ">

Here are some suggestions:

 

HTTP Error 500 (Internal Server Error): An unexpected condition was encountered while the server was attempting to fulfill the request.

 

 

 

This is what I now get on auth pages

Link to comment
Share on other sites

×
×
  • Create New...