[NCLUG] apache .htaccess question...
Joshua SS Miller
joshua at fitsnips.net
Thu Oct 17 12:10:40 MDT 2002
This is the section you are really looking for. If the AllowOverride is
set to None here you will need to change it to AuthConfig.
# This should be changed to whatever you set DocumentRoot to.
#
<Directory "/var/www/html">
#
# This may also be "None", "All", or any combination of "Indexes",
# "Includes", "FollowSymLinks", "ExecCGI", or "MultiViews".
#
# Note that "MultiViews" must be named *explicitly* --- "Options All"
# doesn't give it to you.
#
Options Indexes FollowSymLinks
#
# 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
#
# Controls who can get stuff from this server.
#
Order allow,deny
Allow from all
</Directory>
Hope that helps,
Joshua SS Miller
On Thu, 2002-10-17 at 12:03, Gabriel L. Somlo wrote:
> In my past experience, commenting out the following section helped:
>
> <Directory />
> Options FollowSymLinks
> AllowOverride None
> </Directory>
>
> I.e., if you set AllowOverride None for / then no matter what you do
> for any user home directories, the .htaccess files won't matter.
> Commenting out that section and restarting httpd was what did it for
> me.
>
> Hope this helps,
>
> Gabriel
>
> On Thu, Oct 17, 2002 at 10:40:41AM -0700, JONES,LUKE (HP-Greeley,ex1) wrote:
> [...]
> >
> > I skimmed through the httpd.conf file and couldn't figure out any reason why
> > this wouldn't work.
> >
> > So what am I missing?
> >
>
> --
> -----------------------------------------------------------------------
> Gabriel L. Somlo Academic Computing & Networking Services
> Colorado State University Tel: (970)297-3707 Cell: (970)567-1017
> 601 Howes St., Room 612A Fax: (970)491-1958
> Fort Collins, CO 80523-2028 e-mail: somlo at acns.colostate.edu
> -----------------------------------------------------------------------
> _______________________________________________
> NCLUG mailing list NCLUG at nclug.org
>
> To unsubscribe, subscribe, or modify your settings, go to:
> http://www.nclug.org/mailman/listinfo/nclug
More information about the NCLUG
mailing list