[TYPO3-english] realurl 1.7.0 - page can't be displayed anymore!

Daniel Rutzen d.rutzen at email.de
Tue Mar 23 14:00:18 CET 2010


Hello Dmitry,

I checked the sql-file, and every table that is listed in the file is 
also in the database as well...


I can't uninstall the extension, because I can't get back into the 
backend, nevertheless the extension module :-/

Can it be, that this is due to a wrong realurl_config file?
Maybe my syntax doesnt work with the new one?


I even did the whole update procedure a 3rd time!!!  This time,
the extension info didn't mention missing tables/field (only the error 
regarding the backend module, which you said is not to worry about).

At first, everything works ok, and after 2 backend/page clicks, the site 
is not acceccisble anymore...   endless loading loop :-(
Restarting XAMPP doesn't help either...


This is my htaccess by the way:

RewriteEngine On
#RewriteBase /
RewriteRule 
^/(typo3|typo3temp|typo3conf|t3lib|tslib|fileadmin|uploads|showpic\.php)$ 
- [L]
RewriteRule 
^/(typo3|typo3temp|typo3conf|t3lib|tslib|fileadmin|uploads|showpic\.php)/.*$ 
- [L]

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-l
RewriteRule .* index.php





More information about the TYPO3-english mailing list