[Typo3] Picking up old pages and redirects from an old site (.htaccess)

Michael Stucki michael at typo3.org
Mon Mar 7 17:05:47 CET 2005


Mark Gillingham wrote:

> This rule works
> RewriteRule ^johnson/?$    index.php?id=johnson [L]
> This rule does not work
> RewriteRule ^johnson/?$    johnson.html [L]

Yes that's clear! After redirecting to "johnson.html" (which does not exist,
right?) you are saying Apache that this is the last rule [L].

However the redirection from "johnson.html" to "index.php" has not yet
happened.

> Is this failure caused by my first rule that moves the root? What about
> it is incorrect?

Remove the 2nd "[L]".

- micahel
-- 
Want support? Please read the list rules first: http://typo3.org/1438.0.html
==
Time to subscribe to typo3-announce:
http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-announce



More information about the TYPO3-english mailing list