Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

Re: .htaccess file

by jlongino (Parson)
on Sep 13, 2002 at 00:07 UTC ( [id://197402]=note: print w/replies, xml ) Need Help??


in reply to .htaccess file

As AM stated, find the httpd.conf section that controls the htdocs section:
<Directory "/usr/local/apache/htdocs"> . . AllowOverride None . . </Directory>
and change "None" to the combination you want. Minimally:
AllowOverride AuthConfig
Be sure you get the htdocs section, you probably don't want to mess with the section:
<Directory /> Options FollowSymLinks AllowOverride None </Directory>

--Jim

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://197402]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others scrutinizing the Monastery: (7)
As of 2024-04-19 09:31 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found