htaccess-for-nginx icon indicating copy to clipboard operation
htaccess-for-nginx copied to clipboard

Htaccess rewrite module not working

Open sulaiman35 opened this issue 3 years ago • 0 comments

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]

sulaiman35 avatar May 26 '22 17:05 sulaiman35