Page 1 of 1

can i apply my apache configurations in the htaccess file

Posted: Wed Mar 23, 2005 8:05 pm
by verbatim
smoothly?

I was instructed by my site host to "Please apply your apache configurations into file /var/www/html/.htaccess file instead."

would doing this prevent me from setting up a shared installation?

If not would i have to do anything differently ?

Re: can i apply my apache configurations in the htaccess fil

Posted: Thu Mar 24, 2005 12:43 pm
by garvinhicking
Basically it should work with using the .htaccess file. But only if your host is allowing AllowOverride ALL and allows to set php_value_* inside your .htaccess.

Try it out :)

Regards,
Garvin

Posted: Thu Mar 24, 2005 5:35 pm
by verbatim
which htaccess file should i put the virtualhost info in to make shared installation work? I found the following ones.


a. /home/siteaddress/mainwebsite_html
b. /home/siteaddress/mainwebsite_html/serendipity
c. /var/www/html
d. /var/www/html/serendipity


or is it another location all together?

Posted: Thu Mar 24, 2005 8:45 pm
by verbatim
answer is D folks