[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [cobalt-users] php_flag include_path Cobalt question
- Subject: RE: [cobalt-users] php_flag include_path Cobalt question
- From: "Curtis Ross" <Curtis_Ross@xxxxxx>
- Date: Wed Dec 11 13:43:01 2002
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
> Hi Curtis,
>
> Just add the following at the end of your
> /etc/httpd/conf/access.conf file
>
> <Directory /home/sites/site7>
> AllowOverride All
> Options All
> </Directory>
>
> Then restart apache
>
> That will make .htaccess take effect.
>
> regards,
>
> ahmed
>
Thanks Ahmed. Works great.
Curtis