[users@httpd] enabling htaccess in vhosts

2014-09-05 Thread Matthew Smith
How do I do so? I googled but can't figure it out. ServerAdmin webmaster@dummy-host2.theartoflovingcatsanddogsdotcom DocumentRoot "C:/wwwroot" ServerName theartoflovingcatsanddogsdotcom ErrorLog "logs/dummy-host2.theartoflovingcatsanddogsdotcom-error.log" CustomLog "logs/dum

Re: [users@httpd] enabling htaccess in vhosts

2014-09-05 Thread fedora
Try with AllowOverride option-you-want-to-allow-in.htaccess suomi On 2014-09-06 03:53, Matthew Smith wrote: How do I do so? I googled but can't figure it out. ServerAdmin webmaster@dummy-host2.theartoflovingcatsanddogsdotcom DocumentRoot "C:/wwwroot" ServerName theartoflovin

Re: [users@httpd] enabling htaccess in vhosts

2014-09-06 Thread Pete Houston
No need for Google, just go straight to the source: http://httpd.apache.org/docs/2.4/howto/htaccess.html Pete On Fri, Sep 05, 2014 at 07:53:07PM -0600, Matthew Smith wrote: > How do I do so? I googled but can't figure it out. -- Openstrike - improving business through open source http://www.op

Re: [users@httpd] enabling htaccess in vhosts

2014-09-06 Thread Matthew Smith
is this correct? I am not getting the desired behaviour... DocumentRoot "C:/wwwroot" # # Each directory to which Apache has access can be configured with respect # to which services and features are allowed and/or disabled in that # directory (and its subdirectories). # # First, we configure the

Re: [users@httpd] enabling htaccess in vhosts

2014-09-08 Thread Rich Bowen
On 09/06/2014 10:35 AM, Matthew Smith wrote: is this correct? I am not getting the desired behaviour... DocumentRoot "C:/wwwroot" # # Each directory to which Apache has access can be configured with respect # to which services and features are allowed and/or disabled in that # directory (and

Re: [users@httpd] enabling htaccess in vhosts

2014-09-08 Thread Matthew Smith
On Mon, Sep 8, 2014 at 10:15 AM, Rich Bowen wrote: > > AllowOverride All > > Thank you for the help. What about vhosts? DO I need to add it there as well? Still getting an error. -- Regards, chedder is bedder