Welcome! Log In Create A New Profile

Advanced

Could somebody help in rewrite rules?

Posted by photographer 
Could somebody help in rewrite rules?
January 26, 2012 05:32AM
Could somebody help to rewrite apache rules to nginx?
I nothing understands in the regexp.
Thanks a lot!

Apache rules:

# Protect application and system files from being viewed
RewriteRule ^(?:application|modules|system)\b.* index.php/$0 [L]

# Allow any files or directories that exist to be displayed directly
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d

# Rewrite all other URLs to index.php/URL
RewriteRule .* index.php/$0 [PT]
Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 322
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready