http - How can I tell what preferences/configuration is forbidding a URl in Apache? -
i have url flash file.
http://www.example.com/aff/banners/banner.swf?tag=http%3a%2f%2fwww.example.com
it has param, consist of encoded url. when remove .
in .com
of encoded url in param, flash returned fine.
however, when add period, 403 forbidden
on me. replacing period %2e
same thing.
i have examined 2 .htaccess
files in directory, both doing url rewriting , don't have flash file/directory in question.
i have looked @ apache logs.
how can figure out preference/configuration/etc making request forbidden?
Comments
Post a Comment