Nginx-ru mailing list archive (nginx-ru@sysoev.ru)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
kootali 1.5 rewrite rules
Здравствуйте, у меня не получается настроить реврайты под nginx для
kootali 1.5, помогите плз. Это оригинальный .htaccess
RewriteEngine on
RewriteBase /
# if you installed facebook in a subdir use something like below and
remove the line above
#
# RewriteBase /subdirectory/
RewriteRule ^admin/$ index.php/admin/login/
RewriteRule ^admin$ index.php/admin/login/
RewriteCond $1
!^(index\.php|application/images|application/scripts|application/css|application/content|application/settings|favicon.ico)
RewriteRule ^(.*)$ index.php/$1
Posted at Nginx Forum: http://forum.nginx.org/read.php?21,13547,13547#msg-13547
|