[Typo3] [loginUser = *] test for BE users?

Matthew Manderson matthew at manderson.co.uk
Wed Jul 27 20:21:02 CEST 2005


Okay problem seems to be solved,

It was the lack of www on the domain, ie www for BE and lack of www for the 
FE.

New install - had not added the rewrite 
# add prefix www to url
RewriteCond %{HTTP_HOST} ^domain\.com
RewriteRule ^(.*)$ http://www.domain.com/$1 [R=permanent,L] 

Hmmm, a little embarrassed but glad it is fixed.
:-{

Matthew



More information about the TYPO3-english mailing list