Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: dadpups
  • Content: Threads
  • Order by date
  1. dadpups

    htaccess correct file format for IP access etc...

    I need proper .htaccess file format to: Allow access to directory for specified IPs. Allow to www/protect/. Plus allow User Name and Password (htpasswd) access to same directory. htpasswd in root. User with allowed IP must NOT see authentication page. User without allowed IP MUST see...
  2. dadpups

    .htaccess - allow IP addresses- how to?

    Here is the .htaccess file AuthUserFile /home/xxxxxx/.htpasswd AuthGroupFile /dev/null AuthName &quot;Journal of Environmental Hydrology&quot; AuthType Basic <limit GET> satisfy any order deny,allow deny from all allow from 63.76.22.2 allow from 130.116.16. allow from 130.116.17. allow from...
  3. dadpups

    batch convert passwords to htaccess/htpasswd

    i have about 1000 user name password combos that i need to convert to apache passwords. i prefer not to do it one by one. is there a script that will take a flat file like this dog:cat big:little smart:dumb and convert in one fell swoop to dog:mnaofjapdae (or whatever the conversion is...)...

Part and Inventory Search

Back
Top