Rewrite rules. Please help!!
ksenux
nginx-forum at nginx.us
Fri May 1 16:20:22 MSD 2009
Hi.
Please help to convert rewrite rules for nginx from .htaccess file.
Very much I hope for your help!
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^shop/(repo_themes|js|3rdparty|images_common|products_pictures|images|themes|css)/(.*)$ published/SC/html/scripts/$1/$2?frontend=1
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^shop/(imgval.php|wbs_messageserserver.php) published/SC/html/scripts/$1
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(repo_themes|js|3rdparty|images_common|products_pictures|images|themes|css)/(.*)$ published/SC/html/scripts/$1/$2?frontend=1
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(imgval.php|wbs_messageserserver.php|get_file.php) published/SC/html/scripts/$1
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^shop(.*) published/SC/html/scripts/$1&frontend=1
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^login/(.*) login/index.php
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^installer/(.*) installer/index.php
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^published/$ published/index.php
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_URI} !^published
RewriteRule (.*) published/SC/html/scripts/index.php?__furl_path=$1&frontend=1
Thanx!!
Posted at Nginx Forum: http://forum.nginx.org/read.php?2,1634,1634#msg-1634
More information about the nginx
mailing list