Studio64
01-05-2002, 06:16 PM
Does anyone know of any good .htaccess how-to's or programs to assist in their creation aside from codingclick.com, i can't seem to get their examples to work properly... btw... I did chose HR as a hosting provider and so far am satisfied w/ their service although it's only been 13 hours:)
bitserve
01-05-2002, 07:05 PM
<<Please email/PM directly>>
mindboggle
01-05-2002, 07:05 PM
Does this help?
http://www.internet-tips.net/Webmaster/htaccess.htm
If it doesn't, you might want to try going to Google and searching for "how to use .htaccess" or something along those lines.
Chicken
01-05-2002, 07:06 PM
Well, apache.org would probably have most of what you are looking for but...
http://wsabstract.com/howto/htaccess.shtml
http://faq.clever.net/htaccess.htm
It depends on what you want to do exactly... maybe you can narrow it down a bit?
mindboggle
01-05-2002, 07:06 PM
Agg, bitserve beat me by a few nanoseconds! :D
Studio64
01-05-2002, 08:08 PM
Just a simple directiory off the root public_html directory named secure that I just need one user to have access to...
public_html/secure
One user...
Currently my .htaccess file looks like this
AuthUserFile /home/std64co/secure/.htpasswd
AuthName "Access"
AuthType Basic
<limit GET>
require user studio64
</limit>
-- Note... my website isn't up yet... So there is no content there... just attempting to password it first before I put content there :D
HRDave
01-06-2002, 11:54 AM
Hello,
There is a great howto on implementing .htacccess over at coding click. http://www.codingclick.com/article.php/aid/3
=====================
David Laube
knockingknee
01-06-2002, 12:35 PM
http://www.users.f2s.com/faq/htaccess.php3