ПРОЕКТЫ 


  АРХИВ 


Apache-Talk @lexa.ru 

Inet-Admins @info.east.ru 

Filmscanners @halftone.co.uk 

Security-alerts @yandex-team.ru 

nginx-ru @sysoev.ru 

  СТАТЬИ 


  ПЕРСОНАЛЬНОЕ 


  ПРОГРАММЫ 



ПИШИТЕ
ПИСЬМА














     АРХИВ :: Apache-Talk
Apache-Talk mailing list archive (apache-talk@lists.lexa.ru)

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [apache-talk] mod_rewrite



Hello Yuri,

четверг, 23 марта 2000 г., you wrote:

YK> Люди, торможу. Нужно сделать rewrite.

YK> В DocumentRoot лежит index.pl, который принимает параметр go и что-то 
делает.

YK> Что нужно:

YK> /index.pl                     оставить как есть
YK> /index.pl?тра-та-та           оставить как есть
YK> /somedir/тра-та-та            оставить как есть
YK> /anothersomedir/тра-та-та     оставить как есть
YK> /anyotherdir                  /index.pl?go=anyotherdir

RewriteEngineOn
RewriteCond %{REQUEST_URI} !^/index\.pl
RewriteCond %{REQUEST_URI} !^/somedir
RewriteCond %{REQUEST_URI} !^/anothersomedir
RewriteRule ^/(.+) /index.pl?go=$1 [R]

Или без [R], если internal redirect покатит.

Best regards,
 Ilya                            mailto:ilya@zhurnal.ru


=============================================================================
=               Apache-Talk@lists.lexa.ru mailing list                      =
Mail "unsubscribe apache-talk" to majordomo@lists.lexa.ru if you want to quit.
=       Archive avaliable at http://www.lexa.ru/apache-talk                 =



 




Copyright © Lexa Software, 1996-2009.