I have a complex url that in some cases results in a 403 forbiden page I am prety sure it is OK and the problem is on ISP apache configuration.
So the question is: is there a public and reliable URL checker, similar to the “W3C Markup Validation Service” that checks url RFC compliant ???
Thanks a lot.
Update
I need an easy way to show to three party guys (the ISP) that the url is Ok
The url is on the comments (I will delete it after I have a solution)
The full php code is nothing: <?php ?> just to test.
See here for the syntax of a URL: http://en.wikipedia.org/wiki/Uniform_resource_locator#Syntax
EDIT:
Here’s your problem:
You have the phrase “search engine optimiz” in your URL, and it’s catching that and forbidding it.
This is barred: http://example.com/oo/test_long_url.php?junk=search+engine+optimiz
This is allowed: http://example.com/oo/test_long_url.php?junk=search+engine+optimis