kootali 1.5 rewrite rules
utux
nginx-forum at nginx.us
Wed Oct 14 11:35:11 MSD 2009
Здравствуйте, у меня не получается настроить реврайты под 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
More information about the nginx-ru
mailing list