View Single Post
Old 07-20-2008, 05:23 PM   #8 (permalink)
Schroder
The Wanderer
 
Schroder's Avatar
 
Join Date: Mar 2008
Posts: 20
Thanks: 0
Schroder is on a distinguished road
Default

The problem I can see with the .htaccess rule below is that the system is trying to accessing "/tag/redirect" instead of passing it through the wordpress system.

Code:
RewriteRule ^([^/]+)$ /tag/%1/index.php?tag=%1 [L]
I wasn't able to recreate this through a slightly modified rule (I used ^(.*)$ instead of ^([^/]+)$). ^([^/]+)$ did not work for me at all, which may be because I was testing it with a subdirectory instead of a subdomain.

If "/index.php?tag=%1" is causing a 500 error as well I'm curious what error is being recorded in the error log.

Besides that I think I'm as stumped as you are. Hopefully someone else has a solution they can post.
Schroder is offline  
Reply With Quote
The Following User Says Thank You to Schroder For This Useful Post:
Gilles (07-20-2008)