[TYPO3-50-general] No backend on ubuntu server

"Christian Müller (Kitsunet)" christian at kitsunet.de
Tue Jan 4 20:12:58 CET 2011


On 15.12.2010 20:52, Kevin Walter wrote:
> Op 12/15/10 11:15 AM, Peter Beernink schreef:
>> Kevin Walter wrote:
>>> Hi peter,
>>>
>>> I think its a rewrite problem,
>>> the thing is, when i click te backend link it goes too
>>> http://<host>/typo3/login
>>>
>>> but it needs to go to http://<host>/index.php/typo3/login
>>>
>>> here is a copy of my htaccess file, can you please take a look at it and
>>> maybe correct it
>> I think I might know what is causing the issue.
>> IIRC default Ubuntu does not allow for .htaccess files to be parsed.
>> Can you check the config of your vhost and check for the AllowOverride
>> setting
>>
>> The configuration of my vhost is as follows:
>>
>> <VirtualHost *:80>
>> ServerAdmin webmaster at localhost
>> ServerName phoenix-sprint5.local
>>
>> DocumentRoot /var/www/vhosts/phoenix-sprint5/Web
>> <Directory />
>> Options FollowSymLinks
>> AllowOverride None
>> </Directory>
>> <Directory /var/www/vhosts/phoenix-sprint5/>
>> Options Indexes FollowSymLinks MultiViews
>> AllowOverride All
>> # SetEnv FLOW3_CONTEXT Development
>>
>> SetEnv FLOW3_CONTEXT Production
>> </Directory>
>>
>> ErrorLog /var/log/apache2/error.log
>>
>> # Possible values include: debug, info, notice, warn, error, crit,
>> # alert, emerg.
>> LogLevel warn
>>
>> CustomLog /var/log/apache2/access.log combined
>>
>> </VirtualHost>
> hey,
>
> i tryed this, but also no luck, getting desperate here :P
>
> anything else i can try
>


Ok sorry, just came to look into this again, please check if you have a 
symlinked "rewrite.load" in /etc/apache2/mods-enabled/ if not symlink 
from /etc/apache2/mods-available/ because otherwise the rewrite modules 
is not enabled. Also make sure that you have AllowOverride set to at 
least FileInfo for the phoenix/Web directory, but that seems to be the 
case seen from the config stuff you posted above.

Christian


More information about the TYPO3-project-5_0-general mailing list