Home > blog > Ultimate Tag Warrior bugfix.

Ultimate Tag Warrior bugfix.

2007-07-24 14:54 lipilee

UTW megoldás több oldallal, WordPress alatt.

# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
# Ultimate Tag Warrior clause start
# RewriteRule ^tags/?(.*)/feed/(feed|rdf|rss|rss2|atom)/?$ /running/index.php?tag=$1&feed=$2 [QSA,L]
RewriteRule ^tags/?(.*)/page/?(.*)/$ /index.php?tag=$1&paged=$2 [QSA,L]
RewriteRule ^tags/?(.*)/$ /index.php?tag=$1 [QSA,L]
RewriteRule ^tags/?(.*)/page/?(.*)$ /index.php?tag=$1&paged=$2 [QSA,L]
RewriteRule ^tags/?(.*)$ /index.php?tag=$1 [QSA,L]
# RewriteRule ^tags/(.+)$ /index.php?tag=$1 [QSA,L]
# Ultimate Tag Warrior clause end
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php
</IfModule>
# END WordPress

Oszd meg és örülködj:
  • Facebook
  • Twitter
  • Tumblr
  • LinkedIn
  • del.icio.us

Kapcsolódó postok:

  1. Ultimate tags?
  2. Tag plugin WordPresshez.
  3. WP carneval entry.
  4. Bumm egy új engine.
  5. WordPress MU.
Comments are closed.