On Tue, Apr 7, 2009 at 3:39 PM, Kevin Kempter <ke...@kevinkempterllc.com> wrote:
> Hi All;
> AliasMatch ^/csweb(?:/(?:de|en|fr|ja|ko|ru))?(/.*)?$
> "/stage/webpages/csweb$1"
>
>
> <Directory "/stage/webpages/csweb">
> Options Indexes
> AllowOverride None
> Order allow,deny
> Allow from all
> </Directory>
>
>
>
> I restarted apache (service httpd restart) and I go to
> "http://localhost/csweb"; and I get this:
>
>
> ============================================
> Forbidden
>
>
> You don't have permission to access /csweb on this server
>
> ============================================
>


Your error log will tell you whether the failure is related to the
Apache configuration or the OS (filesystem permissions, SELinux, etc)


-- 
Eric Covener
cove...@gmail.com

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
   "   from the digest: users-digest-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to