Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!


htaccess - > NGINX
New on LowEndTalk? Please Register and read our Community Rules.

All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.

htaccess - > NGINX

juan_144juan_144 Member
edited August 2012 in General

How you translate

RewriteEngine on
RewriteRule ^$ /index.php [L]
RewriteCond $1 !^(index.php|img|css|js|robots.txt|favicon.ico|update.php|install.php)
RewriteRule ^(.*)$ /index.php/$1 [L]

To NGINX syntax.

I'm having problems with NGINX+PHP running Bamboo Invoice.

Comments

Sign In or Register to comment.