any1 know how to get it to work? i've tried .htaccess but can't get it to work, any suggestions?
this is on suse 8.2 pro btw
any1 know how to get it to work? i've tried .htaccess but can't get it to work, any suggestions?
this is on suse 8.2 pro btw
Who's your daddy?
Can you post your httpd.conf file ?
Also what version of apache is it running.
RenaultSport Clio 172
There is a really good guide here:
http://www.apacheweek.com/features/userauth
"All our beliefs are being challenged now, and rightfully so, they're stupid." - Bill Hicks
Who's your daddy?
Change :
To :PHP Code:#
# This controls which options the .htaccess files in directories can
# override. Can also be "All", or any combination of "Options", "FileInfo",
# "AuthConfig", and "Limit"
#
AllowOverride None
Its because apache is not obeying .htaccess files when AllowOverride is set to none.PHP Code:#
# This controls which options the .htaccess files in directories can
# override. Can also be "All", or any combination of "Options", "FileInfo",
# "AuthConfig", and "Limit"
#
AllowOverride All
Last edited by bmh.01; 20-09-2003 at 11:44 PM.
RenaultSport Clio 172
works!!!!! thanks bud![]()
Who's your daddy?
No problem, took me a while to work that one out the first time I tried to use .htaccess and it wouldn't work.
RenaultSport Clio 172
There are currently 1 users browsing this thread. (0 members and 1 guests)