|
|
|
||||
|
Welcome to the GoFuckYourself.com - Adult Webmaster Forum forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact us. |
![]() |
|
|||||||
| Discuss what's fucking going on, and which programs are best and worst. One-time "program" announcements from "established" webmasters are allowed. |
|
|
Thread Tools |
|
|
#1 |
|
Confirmed User
Join Date: Feb 2001
Location: www.sexgrfx.com
Posts: 221
|
Need .htaccess help
ok i have a members section all protected but i am using another server for my movies,what .htaccess code can i use on the movie site so only the members section can access it?
i tryed ErrorDocument 403 http://www.mypaysite.com <Limit GET> order allow,deny allow from 82.61.45.45.1 deny from all </Limit> did not work.. |
|
|
|
|
|
#2 |
|
Confirmed User
Join Date: Mar 2001
Location: Principality of Sealand
Posts: 2,033
|
DON'T USE referrer protection. It's the weakest type of security. The average download manager can bypass that.
Make the htaccess require authentication and make the htpasswd file common to both servers...! |
|
|
|
|
|
#3 | |
|
Confirmed User
Join Date: Feb 2001
Location: www.sexgrfx.com
Posts: 221
|
Quote:
Well if you have that code that would help me out a bunch:=) |
|
|
|
|
|
|
#4 |
|
Confirmed User
Industry Role:
Join Date: Aug 2001
Location: Nomad
Posts: 5,196
|
|
|
|
|