2010/7/19 Igor Sysoev
<igor@xxxxxxxxx>
On Sun, Jul 18, 2010 at 08:22:35PM +0300, Veaceslav Grecea wrote:
> úÄÒÁ×ÓÔ×ÕÊÔÅ.
>
> åÓÔØ ×ÏÔ ÔÁËÉÅ ÒÅ×ÒÁÊÔ ÐÒÁ×ÉÌÁ:
>
> RewriteRule detail-property-results-([0-9]+).php$
> /results_detail.php?pageindex=$1&lang=en
> [NC,L]
> RewriteRule detail-property-results.php$
> /results_detail.php
> [NC,L]
> RewriteRule property/([0-9]+)/(.*).php$
> property-detail-2?propertyid=$1&lang=$2
> [R,L]
> RewriteRule property-results-([0-9]+).php$
> /results.php?pageindex=$1&lang=en
> [NC,L]
> RewriteRule property-results.php$
> /results.php?lang=en [NC,L]
>
> ñ ÕÖÅ ÄÅÎØ ÍÕÞÁÀÓØ É ÎÉËÁË ÎÅ ÍÏÇÕ ÐÅÒÅÎÅÓÔÉ ÉÈ ÐÏÄ ÌÏËÅÊÛÅÎÙ nginx-Á.
> èÏÔÑ ÂÙ ÐÒÉÍÅÒ ÐÏ ÐÅÒ×ÏÍÕ ÐÒÁ×ÉÌÕ.
ñ ÂÙ ÓÄÅÌÁÌ ÔÁË (ÐÉÓÁÔØ ÂÏÌØÛÅ, ÚÁÔÏ ÓÏÐÒÏ×ÏÖÄÁÔØ ÌÅÇÞÅ):
location /detail-property-results {
š šlocation = /detail-property-results.php {
š š š šfastcgi_pass š ...
š š š šfastcgi_param šSCRIPT_FILENAME š/path/to/results_detail.php;
š š š šfastcgi_param šQUERY_STIRNG š š "";
š š š šinclude š š š šfastcgi_params0;
š š}
š šlocation ~ ^/detail-property-results-([0-9]+)\.php$ {
š š š šfastcgi_pass š ...
š š š šfastcgi_param šSCRIPT_FILENAME š/path/to/results_detail.php;
š š š šfastcgi_param šQUERY_STIRNG š š pageindex=$1&lang=en;
š š š šinclude š š š šfastcgi_params0;
š š}
š šreturn 404;
}
location /property-results {
š šlocation = /property-results.php {
š š š šfastcgi_pass š ...
š š š šfastcgi_param šSCRIPT_FILENAME š/path/to/results.php;
š š š šfastcgi_param šQUERY_STIRNG š š lang=en;
š š š šinclude š š š šfastcgi_params0;
š š}
š šlocation ~ ^/property-results-([0-9]+)\.php$ {
š š š šfastcgi_pass š ...
š š š šfastcgi_param šSCRIPT_FILENAME š/path/to/results.php;
š š š šfastcgi_param šQUERY_STIRNG š š pageindex=$1&lang=en;
š š š šinclude š š š šfastcgi_params0;
š š}
š šreturn 404;
}
location /property/ {
š šlocation ~ ^/property/([0-9]+)/(.*)\.php$ {
š š š šreturn šhttp://$host/property-detail-2?propertyid=$1&lang=$2;
š š}
š šreturn 404;
}
hg_04, éÇÏÒØ, ÓÐÁÓÉÂÏ ÚÁ ÐÏÍÏÝØ.
äÅÊÓÔ×ÉÔÅÌØÎÏ, ÒÅÛÅÎÉÅ éÇÏÒÑ ÏÞÅÎØ ËÒÁÓÉ×Ï É ÜÌÅÇÁÎÔÎÏ. íÎÅ ×ÓÅ ÒÁ×ÎÏ ÓËÏÌØËÏ ÐÉÓÁÔØ, ÇÌÁ×ÎÏÅ ÞÔÏÂÙ ÂÙÌÏ ÐÒÁ×ÉÌØÎÏ É ÐÏÎÑÔÎÏ ÓÒÁÚÕ.
îÏ ÎÅËÏÔÏÒÙÅ ×ÅÝÉ ÎÅ ÒÁÂÏÔÁÀÔ: ÜÔÏÔ location ~ ^/property-results-([0-9]+)\.php$ ÐÏ ÇÅÔ-Õ ÎÅ ÐÅÒÅÄÁ£Ô ÚÎÁÞÅÎÉÑ É ÐÁÇÉÎÁÔÏÒ ÎÅ ÒÁÂÏÔÁÅÔ × ÒÅÚÕÌØÔÁÔÅ. ôÁÍ ÕÒÉ ÐÒÉÍÅÒÎÏ ×ÏÔ ÔÁËÏÅ:
/category/properties/detail-property-results-2.php
÷ÉÄÉÍÏš ÎÅ ÎÕÖÅÎ ^. éÌÉ Ñ ÎÅ ÐÒÁ× ?
ñ ÐÏÐÙÔÁÀÓØ ÐÏÏÂÝÁÔØÓÑ Ó ÐÒÏÇÒÁÍÍÅÒÏÍ ÎÁÓÞÅÔ ÜÔÏÇÏ.