[TYPO3] Problem with RealUrl - can not login - please help !!!

Tomas Mrozek mail at cascaval.com
Fri Nov 24 18:47:57 CET 2006


> Can you give me any hint to where I can access the install tool when I
> dont have access to the back-end?

http://www.yourdomain.com/typo3/install/


> This is the exact code I have put in the .htaccess in the root of the site...

Try this (second line is wrapped):
---------------------------------

RewriteEngine On
RewriteRule
^(typo3|typo3temp|typo3conf|t3lib|tslib|fileadmin|uploads|showpic\.php)/
- [L]
RewriteRule ^typo3$ typo3/index_re.php [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-l
RewriteRule .* index.php [L]


Tomas Mrozek



More information about the TYPO3-english mailing list