Hi friends
i am facing some url redirection issue in my .htaccess. please help me to fix it.
my url is
domainname.com/article.php?url=test.html
my expected URL is
domainname.com/test.html
.htaccess
Options +FollowSymlinks
RewriteEngine On
RewriteRule ^([a-zA-Z0-9-/]+).html$ article.php?url=$1
RewriteRule ^([a-zA-Z0-9-/]+).html/$ article.php?url=$1
Server nginx