On Tue, Apr 7, 2009 at 3:39 PM, Kevin Kempter <[email protected]> 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 [email protected] --------------------------------------------------------------------- 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: [email protected] " from the digest: [email protected] For additional commands, e-mail: [email protected]
