[TYPO3] Realurl doesn't work

Wuergler Robert typo3 at wuergler-consulting.ch
Tue May 2 10:17:49 CEST 2006


>> your .htaccess is not process by apache..
> 
> I have a web server with many virtual hosts. In one virtual host the .htaccess 
> is processed and the extension is work. In another virtual host this is the 
> problem.

I suggest then, that you start by using the simplest .htaccess as 
described in
http://wiki.typo3.org/index.php/EXT/realurl/manual

Who knows, if you don't have full access to your server testing by 
starting out with basics and possibly adding lines later might lead you 
to a solution.

Robert


RewriteEngine On
RewriteRule ^typo3$ - [L]
RewriteRule ^typo3/.*$ - [L]

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



More information about the TYPO3-english mailing list