Need this htaccess url rewrite to Nginx rewrite

Helo my friends,

i have problem converting this .htaccess url rewrite to Nginx rewrite
rule,

RewriteEngine on
RewriteRule ^(index.php)?([a-z0-9]+)$ index.php?$2 [L]

22.12.2011, 17:46, “escavern” [email protected]:

Thanks

What is the logic? I think rule is useless, it does nothing. Just ignore
it.


br, Denis F. Latypoff.

i dont get what you mean, that is apache htaccess. and i need to
convert it to nginx rewrite.

Posted at Nginx Forum:

no one can help me ?

Posted at Nginx Forum:

escavern, you missed the rewrite condition.

Regards,
Joe

On Sat, Dec 24, 2011 at 11:36 PM, BigdinoWebmaster <

What is the purpose of the rewrite rule? What are you trying to
accomplish with it? What is it supposed to do?

BigdinoWebmaster Wrote:

Posted at Nginx Forum:


nginx mailing list
[email protected]
nginx Info Page

i mean i want to convert that htaccess rewrite to nginx rewrite… thats
what i need :slight_smile:

Posted at Nginx Forum: