[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [cobalt-users] php_flag include_path Cobalt question



> 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