Editing .htaccess file

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Pete
    Confirmed User
    • Jan 2001
    • 6617

    #1

    Editing .htaccess file

    I need to edit my .htaccess file to allow certain ip's in for a dialer. How the fuck do I do that?

    Any help would be great!

    ------------------
    Nude Central 60% Partnership
    Also Earn 10% on referrals
    Nude Central
    Evoke Electronics
  • DarkJedi
    No Refunds Issued.
    • Feb 2001
    • 28301

    #2
    IPs for a dialer ? whats that ? i promote some dialers, do i need to do it as well ?

    Comment

    • Pete
      Confirmed User
      • Jan 2001
      • 6617

      #3
      Probably not, I want to have my dialer go to my own content area. This is ofcourse protected by a .htaccess file which I need to edit to allow the dialer ips to get in

      ------------------
      Nude Central 60% Partnership
      Also Earn 10% on referrals
      Nude Central
      Evoke Electronics

      Comment

      • Pete
        Confirmed User
        • Jan 2001
        • 6617

        #4
        Would I just simply copy and paste this into my .htaccess file? I would of course change the domain and stuff.

        EXAMPLE FILE

        Options +ExecCGI
        AuthUserFile {/full/uxix/root/path/your_domain/and/directories/[.htpasswd_file?]}

        AuthName '[your members area name] '
        AuthGroupFile /dev/null
        AuthType Basic

        Satisfy any
        order deny,allow
        deny from all


        allow from 62.232.300000
        allow from 195.8.12.0000
        allow from 202.139.150000
        allow from 207.18.300000


        ErrorDocument 403 http://www.[your_domian].[ext]/[missing_page_name.htm]

        <Limit GET>
        require valid-user
        </Limit>




        ------------------
        Nude Central 60% Partnership
        Also Earn 10% on referrals
        Nude Central
        Evoke Electronics

        Comment

        Working...