ПРОЕКТЫ 


  АРХИВ 


Apache-Talk @lexa.ru 

Inet-Admins @info.east.ru 

Filmscanners @halftone.co.uk 

Security-alerts @yandex-team.ru 

nginx-ru @sysoev.ru 


  СТАТЬИ 


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


  ПРОГРАММЫ 



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












     АРХИВ :: nginx-ru
Nginx-ru mailing list archive (nginx-ru@sysoev.ru)

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

Re: Помогите переписать .htacc ess



Заменил 
[code]
if (!-e $request_filename) {
        rewrite ^/(.*)$ /index.php?q=$1 last;
    }
[/code]

на вот это
[code]
location / {
    root /var/www/siteroot;
    index index.php;
       if (!-e $request_filename) {
               rewrite ^/(.*)$ /index.php?q=$1 last;
       }

    }
[/code]

Заработало :) 
Всем спасибо за помощь :)))

Posted at Nginx Forum: 
http://forum.nginx.org/read.php?21,125753,125827#msg-125827


_______________________________________________
nginx-ru mailing list
nginx-ru@xxxxxxxxx
http://nginx.org/mailman/listinfo/nginx-ru


 




Copyright © Lexa Software, 1996-2009.