[TYPO3-english] RealURL breaks Login target
Denny Fox
dftypo3 at dfox.us
Thu Nov 22 16:19:37 CET 2012
I recently started using RealURL on a site that also uses the built-in
frontend login for members only features. The login Send to Page: option has
worked fine for years but now fails when RealURL is enabled. If I disable
RealURL, the user is directled to the correct page upon successful login. If
I enable RealURL the user is directed to the home page upon successful
login.
Send to Page: is set to
Member Successful Login [24]
I have tried researching this issue to no avail. I have tried specifing a
different page in the Send to Page: option with no change in results. The
correct page is available in my menu with a properly formed RealURL url
after successful login, it's just that the user is not directed there
automatically.
Environment:
typo3 4.4.15
RealURL 1.12.3
.htaccess (from manual appendix)
RewriteEngine On
RewriteRule ^typo3$ - [L]
RewriteRule ^typo3/.*$ - [L]
RewriteRule ^uploads/.*$ - [L]
RewriteRule ^fileadmin/.*$ - [L]
RewriteRule ^typo3conf/.*$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-l
RewriteRule (.*[^/])$ http://%{HTTP_HOST}/$1/ [L,R]
RewriteCond %{REQUEST_FILENAME}/index.html -f
RewriteRule / %{REQUEST_URI}/index.html [L]
RewriteCond %{REQUEST_FILENAME}/index.htm -f
RewriteRule / %{REQUEST_URI}/index.htm [L]
RewriteCond %{REQUEST_FILENAME}/index.php -f
RewriteRule / %{REQUEST_URI}/index.php [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-l
RewriteRule .* /index.php
Config
config {
...
simulateStaticDocuments = 0
baseURL = <http://www.xxxx.xxx/> http://www.xxxx.xxx/
tx_realurl_enable = 1
}
I used Enable automatic configuration with Automatic configuration file
format Serialized.
Any help would be greatly appreciated.
Thanks in advance.
More information about the TYPO3-english
mailing list