[TYPO3] Realurl doesn't work

Matyi Gábor gmatyi at freemail.hu
Tue May 9 18:34:17 CEST 2006


Hi, I analized this trouble, and I got log files. The .htaccess file is 
processed, and the mod_rewrite is work. But unfortunately I don't have 
searchfriendly URL-s. Please help me anybody what is the problem.

The log file a little bit complicated, therefore  I write again what is 
my .htacess

RewriteEngine On
RewriteBase /
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]
php_flag allow_call_time_pass_reference off
php_flag register_globals off
php_flag register_argc_argv off
php_flag magic_quotes_gpc off
php_value variables_order GPCS

What is misconfigurated in my typo3. 

Thanks Gabor Matyi



More information about the TYPO3-english mailing list