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@lists.netfielders.de
>http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english
>


-- 
Sara Weale
Rheolwr y We / Web Manager
Llyfrgell Genedlaethol Cymru
National Library of Wales
Aberystwyth
Ceredigion
SY23 3BU

Ffôn/Phone: 01970 632845
Ebost/Email: [EMAIL PROTECTED]
http://www.llgc.org.uk/

Nid yw'r neges yma o reidrwydd yn adlewyrchu barn y Llyfrgell.
This message does not necessarily reflect the opinion of the Library.

_______________________________________________
TYPO3-english mailing list
TYPO3-english@lists.netfielders.de
http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english

Reply via email to