[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: "Ahmed Ghazi" <ahmed@xxxxxxxxx>
- Date: Wed Dec 11 12:26:05 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
----- Original Message -----
From: "Curtis Ross" <Curtis_Ross@xxxxxx>
To: <cobalt-users@xxxxxxxxxxxxxxx>
Sent: Wednesday, December 11, 2002 10:07 PM
Subject: [cobalt-users] php_flag include_path Cobalt question
> Dammit Jim I'm a network guy, not a coder!
>
> Can someone explain to me the implications of the following changes
(message below)or give a suggestion as to how it should be done. We have
many php sites that run with no issues but this client seems to need
something else.
>
> Thanks!
> Curtis
>
> >I got the website uploaded but immediately ran into a problem with the
PHP
> >include_path variable. I need a site wide place to put a file.
> >I should be able to make an .htaccess file containing the following:
> >php_flag include_path .:/web:/home/site7/web
> >but that causes the server to crap out and give an error. I did some
> >research (I believe you're using cobalt as the server?) and you can do a
> >few things that should work.
> >In the VirtualHost section put either:
> >AllowOveride All
> >or
> >php_flag include_path .:/web:/home/site7/web
> >or you could put smarty.php in /usr/lib/php
>
> _____________________________________
> cobalt-users mailing list
> cobalt-users@xxxxxxxxxxxxxxx
> To subscribe/unsubscribe, or to SEARCH THE ARCHIVES, go to:
> http://list.cobalt.com/mailman/listinfo/cobalt-users
>