Forum Moderators: phranque
Order Allow,Deny
Allow from some.domain.com
Deny from domain.com
This stops them from bypassing the banners but it also gives me a 403 error from where I want them to come from.
Welcome to WebmasterWorld!
> my problem now is preventing people from bypassing the banners and accessing the new url directly
Generally, you can't stop this without setting a cookie on the banner access and then using a script to check for the cookie on the destination page.
Simple access control based on HTTP_REFERER info isn't reliable enough for this kind of application.
Jim