Results 1 to 1 of 1
Dear All
I have RewriteRule in Apache :
RewriteEngine on
Options +FollowSymLinks
RewriteRule ^cuulong$ /cuulong/ [R]
RewriteRule ^cuulong(.*)$ $1
RewriteCond %{SERVER_PORT} ^443$
RewriteCond %{REQUEST_URI} !^/([a-zA-Z]*)/(login\.php*|profile\.php*|checking*|admincp\/*|modcp\/*)
RewriteRule /(.*) https://diendan.zing.vn/$1/$2 [R=301,L]
Please ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 02-24-2010 #1Just Joined!
- Join Date
- Oct 2008
- Posts
- 1
How to change rewrite from apache to nginx
Dear All
I have RewriteRule in Apache :
RewriteEngine on
Options +FollowSymLinks
RewriteRule ^cuulong$ /cuulong/ [R]
RewriteRule ^cuulong(.*)$ $1
RewriteCond %{SERVER_PORT} ^443$
RewriteCond %{REQUEST_URI} !^/([a-zA-Z]*)/(login\.php*|profile\.php*|checking*|admincp\/*|modcp\/*)
RewriteRule /(.*) https://diendan.zing.vn/$1/$2 [R=301,L]
Please help me to change rewrite to nginx.
Thank you.


Reply With Quote
