[TYPO3-install] Re: can't navigate through website

Florian Drescher.Florian at gmx.de
Sun Mar 10 17:08:21 CET 2013


Hi Erdal

thank you for the hint, it was the apache2 configuration. 

If someone has is having the same problem it's just 3 simple steps:

1. enable mod rewrite, one simple command 
$ a2enmod rewrite
2. enable AllowOverwrite
file is located at /etc/apache2/sites-available/default
change AllowOverride None to AllowOverride All for the directory, in my case as its only for testing /var/www/
3. reload the apache config
sudo /etc/init.d/apache2 reload

Thank you it works now and I would never have figured it out :)

Cheers


More information about the TYPO3-install mailing list