I am new to .htaccess and I want apply .htaccess rule to tags page. The actual page which I am using for tags is tagsearch. Here is my rule
RewriteRule tags/([a-z|A-Z|0-9]+)/$ tagsearch.php?tag=$1
Please advise.
I am new to .htaccess and I want apply .htaccess rule to tags page. The actual page which I am using for tags is tagsearch. Here is my rule
RewriteRule tags/([a-z|A-Z|0-9]+)/$ tagsearch.php?tag=$1
Please advise.