[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] Using symbolic links in DocumentRoot directive



> I would also put the Directory directive outside the VirtualHost 
> directive, but it might not make a difference.
> <Directory /home/sites/site1/web/webhosting>
>   Options +FollowSymLinks
> </Directory>
> <VirtualHost 216.206.133.54>
>   ServerName webhosting.manitu.net
>   ServerAlias www.webhosting.manitu.net
>   DocumentRoot /home/sites/site1/web/webhosting
> </VirtualHost>
> 
> Also make sure that there isn't an .htaccess file in 
> /home/sites/site1/web/webhosting.  The .htaccess file will override a 
> Directory directive.

All done. Still the same 403 Forbidden error...

Any ideas ?

Manuel