Hi everyone,
Im rebuilding an asp.net site in Joomla and neet a way to redirect the old site pages to there respective new pages. Ive gone into the web config file and pasted the new Url under the tag but there is a syntax error with the new Url
<RewriteRule> <LookFor>~/realestate/atlanta/cobb/sattleCreek\.aspx </lookfor> <sendTo> <a href="http://www.mysupplyorder.com/atreus/index.php?option=com_content&view=article&id=134&Itemid=163">http://www.mysupplyorder.com/atreus/index.php?option=com_content&view=article&id=134&Itemid=163</a> </sendTo> </rewriteRule>
The problem is that I get a error under certain words in that URL.