Strange symbols in URL
6 posts
• Page 1 of 1
Strange symbols in URL
I have this symbol in url :
http://Domain.com/notebook-fujitsu-life ... 531MPAB5HR
last segment: VFY:AH531MPAB5HR
and link does not work..
rewrite is like this..
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^([^/]+)/([^?+]+)(?:\+([^?]+))?$ /product.asp?product=$1&code=$2?3\%2B$3 [NE,NC,L]
any help on this..
http://Domain.com/notebook-fujitsu-life ... 531MPAB5HR
last segment: VFY:AH531MPAB5HR
and link does not work..
rewrite is like this..
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^([^/]+)/([^?+]+)(?:\+([^?]+))?$ /product.asp?product=$1&code=$2?3\%2B$3 [NE,NC,L]
any help on this..
Re: Strange symbols in URL
So, do you mean the rule doesn't work with this link? Do the links without semicolon work fine?
Please enable logging in httpd.conf like this:
RewriteLogLevel 9
and provide rewrite.log records for this request.
Please enable logging in httpd.conf like this:
RewriteLogLevel 9
and provide rewrite.log records for this request.
Re: Strange symbols in URL
i send logs in attchment
Last edited by Djive on 14 Sep 2012, 10:32, edited 1 time in total.
Re: Strange symbols in URL
Hello,
There are no records related to the problematic request in the rewrite.log and the reason might be the following: colon is very undesirable symbol in the URL.
Is there a reason you decided to use it?
There are no records related to the problematic request in the rewrite.log and the reason might be the following: colon is very undesirable symbol in the URL.
Is there a reason you decided to use it?
Re: Strange symbols in URL
this is article import from third party database..
and they use this as ID for products....
and cant say to them to change products IDs
and they use this as ID for products....
and cant say to them to change products IDs
Re: Strange symbols in URL
I see, but the error occurs before the request comes to ISAPI_Rewrite (that's why there is nothing in the rewrite.log), so I can't think of a way we can help you...
6 posts
• Page 1 of 1
Who is online
Users browsing this forum: No registered users and 0 guests