URL Issue

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
13 年 前
Hi,

I am getting some URL issue. I changed the logic to search the products by the CategoryId and the Selected alphabet, so the new URL is

http://localhost:9090/category/29-women-perfumes.aspx&AlphaId=C


But the process is failing due to the URL issue and I am getting following message. Anyone has an idea what's the issue or what need to be done to fix this.

HTTP Error 404.0 - Not Found
The resource you are looking for has been removed, had its name changed, or is temporarily unavailable. Detailed Error Information
Module IIS Web Core
Notification MapRequestHandler
Handler StaticFile
Error Code 0x80070002
Requested URL http://localhost:9090/category/29-women-perfumes.aspx&AlphaId=C
Physical Path C:\NopCommerceTemp\NopCommerceStore\category\29-women-perfumes.aspx&AlphaId=C
Logon Method Anonymous
Logon User Anonymous
13 年 前
I just want to add that, I am trying to execute the following URL

http://localhost:9090/category.aspx?categoryid=29&AlphaId=C

But, when I enable URL re-write then only I get the issue.
13 年 前
Hi,

Any one has an idea how can I change the URL from
http://localhost:9090/category.aspx?categoryid=29&AlphaId=C


to

http://localhost:9090/category.aspx?categoryid=29?AlphaId=C

Please advise.
13 年 前
Please ignore the prvous entry...I need to change URL

From
http://localhost:9090/category/29-women-perfumes.aspx&AlphaId=C

To

http://localhost:9090/category/29-women-perfumes.aspx?AlphaId=C
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.