[TYPO3] RealUrl redirection rpoblem
Alexander
master_nhg at mail.ru
Wed Jul 18 13:51:25 CEST 2007
Sara Weale пишет:
> You firstly have to add the line:
>
> RewriteEngine On
>
> to turn mod_rewrite on
>
> then the individual rewrite statement is, for example redirecting 3 ids
> ef index.php?id=330 (RewriteCond) to the external URL (RewriteRule):
>
> #Life on the Land
> RewriteCond %{QUERY_STRING} id=330$ [or]
> RewriteCond %{QUERY_STRING} id=lifeontheland$ [or]
> RewriteCond %{QUERY_STRING} id=lifeontheland&L=0$
> RewriteRule /index.php
> http://digidol.llgc.org.uk/METS/XAM00001/ardd?locale=en [L]
>
> Hope this helps
>
> Sara
>
>> Thanks, Dmitry.
>> Can you help me one more time? Can you post here a syntax for
>> redirection, in .htacces?
>>
>> Thanks
>> _______________________________________________
>> TYPO3-english mailing list
>> TYPO3-english at lists.netfielders.de
>> http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english
>>
>
>
I need to redirect some old links to the new. Can you post example using
my parameters?
this - productsIndList.aspx?nodeID=2357
need to redirect to - products/business/categories/30.html',
More information about the TYPO3-english
mailing list