Public problem: the link like this http://mywebsite/category/1-boyshoe.aspx doesn't exist

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
13 years ago
HI, everyone. I public my nopcommerce shop on web hosting server, after I finished setup up, I open my website, it is normal, but when i click the link such as categories-->boy shoes, then it appear a error page: the page could not find! the url show like this: //mywebsite/category/1-boyshoe.aspx.  I find that this page was not exist in this web files, it is only find in the "Local Settings\Temporary Internet Files\" directory. but this problem don't appear on my local server, only public on the web hosting server. What's problem with it.

Hope for right answer all the time. thanks.
13 years ago
I have the same problem, please give us a hand.

thanks
13 years ago
when you copied your store to your server, did you also copy the database from your local computer to your hosted database?

try going to admin and search your product catalog to see if these items are online
13 years ago
I have no problem viewing the page from the host back end....

http://johnhpnguyen.webhost4life.com/nopcommerce/nopcommercestore

but on the public end.  I got this problem...

http://jpsaquarium.com

Please help.

Thank you
13 years ago
I alse experiencing this same issue.  Can anyone please help???
13 years ago
[email protected] wrote:
I have no problem viewing the page from the host back end....

http://johnhpnguyen.webhost4life.com/nopcommerce/nopcommercestore

but on the public end.  I got this problem...

http://jpsaquarium.com

Please help.

Thank you


All your links on jpsaquarium.com have nopCommerce/NopCommerceStore/ in the path e.g.:

http://jpsaquarium.com/nopCommerce/NopCommerceStore/RecentlyAddedProducts.aspx
http://jpsaquarium.com/nopCommerce/NopCommerceStore/Products/99-maracyn.aspx

If you remove it from the URL, your links work (it is also affecting your product images):

http://jpsaquarium.com/RecentlyAddedProducts.aspx
http://jpsaquarium.com/Products/99-maracyn.aspx

You need to check your configuration to see where nopCommerce/NopCommerceStore/ is being added to your path.

.
13 years ago
Thanks mb,

Could you kindly walk me through how to do this.  I'm very new with Nopcommerce.

Thanks

PS:

doublewod, sorry for being all over your post.
13 years ago
Oddquarium wrote:
Thanks mb,

Could you kindly walk me through how to do this.  I'm very new with Nopcommerce.

Thanks

PS:

doublewod, sorry for being all over your post.


This Problem has been solved:https://www.nopcommerce.com/boards/t/4480/whats-the-problem-in-the-categoryaspx-file-when-i-publish.aspx

The method like this:
It casued by URL Redirect. if you dont't config the IIS correctly, it will cause this problem: 404 page not found. the configure on IIS is like this: right click your website->property(r)-->virtual directory tag-->configure-->app mappings-->select the .aspx extension-->EDIT-->check the files if exist(don't selected)   this is the key point, if you select the option"check the files if exist", then the problem will produce.

That is reason why the problem does not appear on my local server while appear on web hosting service, because the web hosting provider change this configure(default is not selected). if this option is selected, the page like:\category\1-manshoe.aspx will be check when it being redirect. but this file is not a physcial file. it is only vir url which is produce by regex. so IIS will just throw the 404 page not found. that is my analyse.


No thanks.
13 years ago
doublewod, I forward the info. to Webhost4life and until now they still can't fix the issue.
13 years ago
The issue is fixed.  Webhost4life have to updated the ISAPI filter code.
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.