need .htaccess help

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • playa
    Confirmed User
    • Feb 2001
    • 6432

    #1

    need .htaccess help

    can anyone post a good .htaccess code

    to secure a members area,,

    where 1 domain can have access to another domain's directory

    i will have the #1 domain framed with the #2 domain having the content


    thanks in advance

    ------------------
    ------------
    Playa
    icq#38147712
    www.NoBSdialer.com
    Promote Click Cash and Get $50
  • amadman
    Confirmed User
    • Nov 2001
    • 738

    #2
    I dont know if this will help but here is the rewrite that cyberage gives ya:

    Code:
    AuthType Basic
    RewriteEngine On
    RewriteCond %{HTTP_REFERER} !^http://www.DOMAIN.com [NC]
    RewriteCond %{HTTP_REFERER} !^http://DOMAIN.com [NC]
    RewriteCond %{HTTP_REFERER} !^http://.+\.avsofchoice\.com/* [NC]
    RewriteCond %{HTTP_REFERER} !^http://.+\.cyberage\.com/* [NC]
    RewriteRule /* [url="http://www.DOMAIN.com/forbidden.html"]http://www.DOMAIN.com/forbidden.html[/url]  [R,L]
    THink it only make sure coming from a good domain though.


    [This message has been edited by amadman (edited 01-01-2002).]
    Affordable Quality Niche Content at <a href="http://reyko.com/in.php?ref=amadman">Reyko</a>

    Please submit your free and AVS sites <a href="http://xstash.com/sexpack/submit.html">here</a>

    Comment

    Working...