Hello,
I have a problem on my website when i am trying to access a product with a space followed by a slash. It does not work. Just using a space in a articleno works fine, but when the space is followed by a slash it does not work. Any ideas to why this is? Is it the IIS:en not knowing how to route? Or is it the browser treating space, slash as a sign?
Example:
ArticleNo: VT xxx / xx does not work.
ArticleNo: VT xxx/xx works.
I can't just strip the spaces either because other products have got them in their articlenumbers.
The url i am trying to access will be like this.
somestore.com/product/VT XXX / XX/
<- Does not work.
somestore.com/product/VT XXX/XX/
<- Does work.
It is only when space is followed by the slash that it does not find my product.