[FX.php List] [OFF-TOPIC] Anyone using OS X Server?
Chris Bisgard
chris at hotanvil.com
Wed May 16 17:01:37 MDT 2007
Bob,
The following is from that link I sent to the Clagnut blog
(http://www.clagnut.com/blog/350/):
The first step to getting .htaccess working is to edit your httpd.conf file.
Open the Terminal, go to the Apache config directory and open httpd.conf.
You will need to supply your admin password:
cd /private/etc/httpd/
sudo pico httpd.conf
Use ctrl-w to find 'Override'. You need the second instance of the term so
search twice. You should see:
# 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
Change the setting to AllowOverride All then exit and save. At this point
one would think the job is done, but each user has a conf file that would
need changing too. Back in the terminal, move into the users directory and
get a file listing:
cd users
Ls
You should see a .conf file for each user on the system. As before, open the
conf file for your username and change AllowOverride to AuthConfig:
sudo pico Clagnut.conf
<Directory "/Users/Clagnut/Sites/">
Options Indexes MultiViews
AllowOverride AuthConfig
Order allow,deny
Allow from all
</Directory>
Exit, save and restart Personal Web Sharing in your System Preferences.
> -----Original Message-----
> From: fx.php_list-bounces at mail.iviking.org
> [mailto:fx.php_list-bounces at mail.iviking.org] On Behalf Of Bob Patin
> Sent: Wednesday, May 16, 2007 3:45 PM
> To: FX.php Discussion List
> Subject: Re: [FX.php List] [OFF-TOPIC] Anyone using OS X Server?
>
> If only I could get it to work... I'm not finding the string
> they told me to look for... sigh...
>
>
> On May 16, 2007, at 5:41 PM, Gjermund Gusland Thorsen wrote:
>
> > I never used those, but here are some relevant stuff from google
> > seach:
> >
> > http://httpd.apache.org/docs/1.3/howto/htaccess.html
> >
> > http://httpd.apache.org/docs/1.3/configuring.html
> >
> > http://www.freewebmasterhelp.com/tutorials/htaccess/
> >
> > ggt667
> >
> > On 5/17/07, Bob Patin <bob at patin.com> wrote:
> >> If so, would you happen to know how to set my server so that it'll
> >> use .htaccess? I know nada about this sort of thing...
> >>
> >> Thanks,
> >>
> >> Bob Patin
> >> Longterm Solutions
> >> bob at longtermsolutions.com
> >> 615-333-6858
> >> http://www.longtermsolutions.com
> >>
> >> CONTACT US VIA INSTANT MESSAGING:
> >> AIM or iChat: longterm1954
> >> Yahoo: longterm_solutions
> >> MSN: tech at longtermsolutions.com
> >> ICQ: 159333060
> >>
> >>
> >> _______________________________________________
> >> FX.php_List mailing list
> >> FX.php_List at mail.iviking.org
> >> http://www.iviking.org/mailman/listinfo/fx.php_list
> >>
> > _______________________________________________
> > FX.php_List mailing list
> > FX.php_List at mail.iviking.org
> > http://www.iviking.org/mailman/listinfo/fx.php_list
>
> _______________________________________________
> FX.php_List mailing list
> FX.php_List at mail.iviking.org
> http://www.iviking.org/mailman/listinfo/fx.php_list
>
More information about the FX.php_List
mailing list