Jump to content

  • Log in with Facebook Log in with Twitter Log In with Google      Sign In   
  • Create Account

Subscribe to HRA Now!

 



Are you a Google Analytics enthusiast?

Share and download Custom Google Analytics Reports, dashboards and advanced segments--for FREE! 

 



 

 www.CustomReportSharing.com 

From the folks who brought you High Rankings!


Sponsored Content

 

 
 

Photo
- - - - -

Htaccess


  • Please log in to reply
No replies to this topic

#1 dzinerbear

dzinerbear

    HR 3

  • Active Members
  • PipPipPip
  • 86 posts
  • Location:Toronto Canada

Posted 02 December 2003 - 01:54 PM

HI all,

I run some adult sites that are protected by an Age Verification Service. Once a member enters their login and password the AVS allows them entry into my site's hidden URL.

I have a htaccess file in each folder containing the hidden URL (each gallery has its own folder) that prevents people from bookmarking or cutting and pasting the URL. If they do so, they are just referred to my site's main page.

A couple of people have done some translation work for me, and in return I gave them free access to my site through a backdoor URL, which was in a folder that wasn't protected by an htaccess file. Everything seemed to be working fine, but now one of my translators says they can't get in. I've tried typing in the URL myself, and indeed, it's no longer working.

Here's the htaccess file I'm using:

RewriteEngine on
RewriteCond %{HTTP_REFERER} !^http(s)?://([a-z0-9-]+\.)*mydomain.com/ [NC]
RewriteCond %{HTTP_REFERER} !^http(s)?://([a-z0-9-]+\.)*avsdomain\.com/ [NC]
RewriteRule /* http://%{HTTP_HOST}/ [R,L]

Can anyone tell me how to create a backdoor that will allow these people into my site? I don't use htaccess to assign user logins and passwords, that's all controlled by the AVS.

Thanks
Dzinerbear




0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users