[TYPO3-english] .htaccess rewriterule + fe session ?

horace grant horace3d at gmail.com
Tue Jul 13 13:52:15 CEST 2010


hi,

my typo3 installation is in the folder /cms/ so i use the following
.htaccess file to redirect the visitors of my domain:

RewriteEngine on
RewriteCond %{REQUEST_URI} !^/cms/
RewriteRule ^(.*)$ /cms/$1 [L]

now i have noticed that this causes a problem with fe sessions. front end
users don't stay logged in anymore.

does anyone know why? and how i could solve this?

thanks!

cheers,
horace


More information about the TYPO3-english mailing list