07-20-2008, 03:32 PM
|
#4 (permalink)
|
|
The Wanderer
Join Date: Mar 2008
Posts: 20
Thanks: 0
|
Alright. So if someone types in wordpress.annoyed.me the address stays as wordpress.annoyed.me, but internally it is annoyed.me/?tag=wordpress?
What problems were you running into with:
Code:
RewriteRule ^([^/]+)$ /index.php?tag=%1 [L]
|
|
|
|