[Typo3-debian] mod_rewrite does not work

Ralf Gurzig typo3-debian at ml.worldnic.de
Thu Sep 22 13:05:38 CEST 2005


> Enable AllowOverride in apache.conf.
> 

i find two parts where i could allow this:

#Let's have some Icons, shall we?
Alias /icons/ "/usr/share/apache2/icons/"
<Directory "/usr/share/apache2/icons">
    Options Indexes MultiViews
    AllowOverride None
    Order allow,deny
    Allow from all
</Directory>


<Directory "/usr/share/apache2/error">
        AllowOverride None
        Options IncludesNoExec
        AddOutputFilter Includes html
        AddHandler type-map var
        Order allow,deny
        Allow from all
        LanguagePriority en es de fr
        ForceLanguagePriority Prefer Fallback
    </Directory>

which one should i change, or both? does this do anything negative to the
server, i.e. a security risk?

ralf





More information about the TYPO3-debian mailing list