Sebastian Welsh said: > On Wed, 4 Aug 2004 09:24 am, Voytek wrote: >> <Directory /> >> Options FollowSymLinks >> AllowOverride AuthConfig >> </Directory> > > Gulp. Don't forget that in your Directory statements, you are providing > the > full, rather than the relative path for the directory. You probably want > to > leave your root directory as > AllowOverride None
> > <Directory /> > Options FollowSymLinks > AllowOverride None > Order deny,allow > Deny from all > </Directory> Seb, OOOPS, above changes made my typo3 site return 403/forbidden I guess, I need to set as above for '/', and, undo for vhost ..? -- Voytek -- SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/ Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html
