diana13 Posted May 3, 2015 Share Posted May 3, 2015 (edited) How can I rewrite url for tags in htaccess? I mean, I want that www.site.com/search?tag=keyword to redirect to www.site.com/tags/keyword Is it possible for presta 1.6.0.13? Edited May 3, 2015 by diana13 (see edit history) Link to comment Share on other sites More sharing options...
diana13 Posted May 4, 2015 Author Share Posted May 4, 2015 Well, I solved this by adding in htaccess: RewriteRule ^tags/(.*)$ search?controller=search&tag=$1 [QSA,L] Now, if I could add some meta-tags to tags pages, like I managed to make at 1.2.5 version, it would be veeery nice Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now