Quote:
Originally Posted by dj_f16
1- URLs the "%3A%2F%2F" characters which become comprised from where expert?
|
As per the previous post:
Code:
%3A = : (colon)
%2F = / (forward slash)
So it would be "://" (from http://).
Quote:
Originally Posted by dj_f16
2- i am living some URLs problematic ...
Example:
Untroubled:
HTML Code:
http://www.mysite.com/redirector.php?url=http%3A%2F%2Frapidshare.com%2Ffiles%2F58495058%2Fexample.zip.html
Problematic:
HTML Code:
http://www.mysite.com/redirector.php?url=http%3A%2F%2Fwww.mysite.com%2Fredirector.php%3Furl%3Dhttp%253A%252F%252Fwww.mysite.com
|
I'll have a look at this in the morning, as it's getting a bit late

.