Hi,
I have PHP page that is the thank you for an aweber form. aWeber redirects to that page by passing certain parameters in the URL. I realised that I was getting a 403 even though the page existed on the server. Then I found out if I remove the "ad_url=http://www.whatever.com/" from the long list of parameters, the page loads find.
Also, I had a mod_rewrite set up to redirect anything like example.com to www.example.com
But whenever that thank you page is called (with the ad_url parameter) it redirects me to 403.shtml
But when I remove the parameter it redirects me to www.whateversite.com/whateverarguments
Please suggest something.