Nginx-ru mailing list archive (nginx-ru@sysoev.ru)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Помогите с rewrite?
Options -Indexes
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^(.+) - [PT,L]
RewriteRule ^$ public/index.php [L]
RewriteRule ^(.*) public/index.php?path_info=$1 [L]
</IfModule>
Не могу настроить rewrite для activeCollab. Со статикой разобрался, но
вот ключи PT, L ввели меня в ступор.
|