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]
Helo my friends,
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:
http://forum.nginx.org/read.php?2,220385,220397#msg-220397
no one can help me ?
Posted at Nginx Forum:
http://forum.nginx.org/read.php?2,220385,220452#msg-220452
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?
Posted at Nginx Forum:
nginx mailing list
[email protected]
http://mailman.nginx.org/mailman/listinfo/nginx
i mean i want to convert that htaccess rewrite to nginx rewrite… thats
what i need
Posted at Nginx Forum:
http://forum.nginx.org/read.php?2,220385,220476#msg-220476
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.
Sponsor our Newsletter | Privacy Policy | Terms of Service | Remote Ruby Jobs