new permalink system: how to add extra rules?
-
Hi all,
I’m trying to get my own Taggerati plugin to work right with WP20 but the new permalink structure is giving me enormous amounts of headache. In the past I could tell users to add this rule:
RewriteRule ^tags/(.*)$ ?page_id=XXX&tag=$1
That doesn’t work anymore. Once I’ve installed Taggerati everything works and I can get a tag page with:
https://www.i-marco.nl/wordpress/tags/?tag=marco
However, I have no idea what to add to .htaccess to get
https://www.i-marco.nl/wordpress/tags/marco to rewrite into the above. WP 2.0’s new .htaccess style doesn’t seem to like anything I try.
Any ideas?
I really want my plugin to work 100% right with WP2.0 but this is a real showstopper at the moment.
- The topic ‘new permalink system: how to add extra rules?’ is closed to new replies.