MyBB Community Forums

Full Version: .htaccess for tags/xxx
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
can u plz modified tag plugin

my forum dir /forum/


and i want this type tags/rootha to work?

RewriteRule ^tags/([^/]+)$ tags.php?
id=$1 [L,QSA]
how to redirect automatic when i open
tags.php?id=xxx to tags/xxx
I'm not sure how to do an autoredirect. I'd recommend looking through the code the Google SEO Plugin uses.

Change this line:
RewriteRule ^tags/([0-9a-z]+)\.html$ tags.php?tag=$1 [L,QSA]

to:
RewriteRule ^tags/([0-9a-z]+)\$ tags.php?tag=$1 [L,QSA]
but i want redirect
You'll need to edit the redirect.php file that the Google SEO plugin has.
i don't know about php
plz give me tutorial
Ask in this thread where the plugin author responds to issues.
Pages: 1 2