


When upgrading to realurl external links that point to a old SimulateStatic page are lost.
you can solve this by inserting following RewriteRule to your .htacccess
RewriteRule ([0-9]+)\.([0-9]+)\.html$ http://www.typo3wizard.com/index.php?id=$1&type=$2 [R=301,L] - ERROR: Line 2: A multiline value section is not ended with a parenthesis!;Line 6: A multiline value section is not ended with a parenthesis!
This rule rewrites all urls with the format whatever[pageID].[typenum].html


Comments (4)