.htaccess redirect not redirecting – Apache
I am trying to Redirect pages to new location on the same website using .htaccess the physical file name is displayitems.php but there is a rule in .htaccess RewriteRule ^buy-online-(.*) ./displayitems.php?url=$1 which is to handle the user friends URLs and…