[Typo3-debian] Access denied after Installation

Michael Stucki mundaun at gmx.ch
Mon Mar 8 13:05:13 CET 2004


Dear Dietmar,

The FollowSymLinks directive for the

 <Directory />

entry has a wrong notation. The directive should stay on the same line as
the rest does, see http://httpd.apache.org/docs/mod/core.html.en#options

I expect that your problem is caused by wrong permissions combined with
these small faults in the httpd.conf.

I suggest you fix your httpd.conf as follows, this works fine on my server:

--- cut ---
<Directory />
     Options SymLinksIfOwnerMatch
     AllowOverride None
     ...
</Directory>

<Directory /var/www/>
     Options Includes FollowSymLinks MultiViews
     AllowOverride All
     ...
</Directory>
--- cut ---

Next, you should fix the permissions of your TYPO3 installation using the
typo3-site-installer:

# typo3-site-installer -d /var/www/typo3 -f

Reload Apache and check if things work now.

Good luck!
- michael
-- 
Want support? Please read the list rules first: http://typo3.org/1438.0.html



More information about the TYPO3-debian mailing list