NGINX Configuration -cs-cart

Hello,



Anyone there using nginx for cs-cart and can he publish his configuration file(s) to make it worked for cs-cart.



Any help would be appreciated.





Thank you,

[quote name='getreal' timestamp='1324301560' post='128064']

Hello,



Anyone there using nginx for cs-cart and can he publish his configuration file(s) to make it worked for cs-cart.



Any help would be appreciated.





Thank you,

[/quote]



The code below is for cs-cart seo to work:


if (-f $request_filename/index.html){
rewrite (.*) $1/index.html break;
}
if (-f $request_filename/index.php){
rewrite (.*) $1/index.php;
}
if (!-f $request_filename){
rewrite ^ /index.php?sef_rewrite=1;
}

This might help you



http://www.sohaib.co…on-for-cs-cart/