htaccess-for-nginx
htaccess-for-nginx copied to clipboard
Htaccess rewrite module not working
Hi Team,
I have installed nginx with luajit for htaccess redirection but its not working , here is the .htaccess rule which I want to run
RewriteEngine on
RewriteCond %{REQUEST_URI} ^/redirect_frame/snai.html$
RewriteCond %{QUERY_STRING} ea=streaming
RewriteRule (.*) http://www.google.com? [R=301,L]