Index: [Article Count Order] [Thread]

Date:  Sun, 11 Jun 2006 12:19:20 +0100
From:  "James Mcloughlin" <laserfox (at mark) gmail.com>
Subject:  [coba-e:05658] Re: htaccess file server error
To:  coba-e (at mark) bluequartz.org
Message-Id:  <bd69a7150606110419r58171179pd8bb41d094874c3b (at mark) mail.gmail.com>
In-Reply-To:  <06c901c68cbb$e1d1bdb0$0201a8c0@mjrdesk>
References:  <06c901c68cbb$e1d1bdb0$0201a8c0@mjrdesk>
X-Mail-Count: 05658

Hi Mitch,

the conf file that you need to change is in : /etc/httpd/conf/vhosts

Find the vhosts that you need, and add the parameters in there.

Example:

# /etc/httpd/conf/vhosts/site18.include
# user customizations can be added here.
<Directory /home/.sites/81/site18/web/>
AllowOverride All


Jimbob




On 10/06/06, mjr <mjr (at mark) misswebhost.com> wrote:
>
> Hello to everyone.hope you are enjoying your weekend..
>
> I have NuOnce - CentOS T / Blue Quartz T
> Installation CD v4.2 on a GS10
>
> I am having trouble with a .htaccess file..I get a server error..
>
> This is the .htaccess file
> AddType application/x-httpd-php .html
> AddType application/x-httpd-php .htm
> php_value auto_prepend_file protect.inc.php
>
> I already changed in httpd.conf
> #
> # AllowOverride controls what directives may be placed in .htaccess files.
> # It can be "All", "None", or any combination of the keywords:
> #   Options FileInfo AuthConfig Limit
> #
>     AllowOverride All
>
> Is there any other place that I am missing to change?
>
> Does this one have to be changed to "All" also?
> # First, we configure the "default" to be a very restrictive set of
> # features.
> #
> <Directory />
>     Options FollowSymLinks
>     AllowOverride None
> </Directory>
>
> How about this one.Change to "All"?
>
> # Control access to UserDir directories.  The following is an example
> # for a site where these directories are restricted to read-only.
> #
> #<Directory /home/*/public_html>
> #    AllowOverride FileInfo AuthConfig Limit
> #    Options MultiViews Indexes SymLinksIfOwnerMatch IncludesNoExec
> #    <Limit GET POST OPTIONS>
> #        Order allow,deny
> #        Allow from all
> #    </Limit>
> #    <LimitExcept GET POST OPTIONS>
> #        Order deny,allow
> #        Deny from all
> #    </LimitExcept>
> #</Directory>
>
> Any other place..Thanks in advance.
>
> Regards,
> Mitch
>
>
>

	

5658_2.html (attatchment)