[Typo3-german] Fehler 403 nach Typo3 installation (don't have permission)

Olivier Dobberkau olivier.dobberkau at dkd.de
Sun Dec 18 22:17:39 CET 2005


Robert Meyer wrote:

> huhu,
> 
> ich hab mal nachgesehen, bei mir steht das selbe. Aber einwas macht mir 
> Sorgen:
> 
> <Directory /var/www>
> 
> weil mein typo3 liegt in /var/kunden/webs/roeb/. Muss ich da noch nen 
> extra was anlegen mit <Directory /var/kunden/webs/roeb> ??
> 
> robert

Ich habe da so was stehen...

<Directory /var/kunden/webs/*/htdocs*>
     AllowOverride FileInfo AuthConfig Limit
     Options MultiViews SymLinksIfOwnerMatch IncludesNoExec
     <Limit GET POST OPTIONS PROPFIND>
         Order allow,deny
         Allow from all
     </Limit>
     <Limit PUT DELETE PATCH PROPPATCH MKCOL COPY MOVE LOCK UNLOCK>
         Order deny,allow
         Deny from all
     </Limit>
</Directory>

apache restart hilft.

olivier



More information about the TYPO3-german mailing list