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
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!
More SEO Content
International SEM | Social Media | Search Friendly Design | SEO | Paid Search / PPC | Seminars | Forum Threads | Q&A | Copywriting | Keyword Research | Web Analytics / Conversions | Blogging | Dynamic Sites | Linking | SEO Services | Site Architecture | Search Engine Spam | Wrap-ups | Business Issues | HRA Questions | Online Courses
Htaccess
Started by
dzinerbear
, Dec 02 2003 01:54 PM
No replies to this topic
0 user(s) are reading this topic
0 members, 0 guests, 0 anonymous users








