View Single Post
Old 2007-04-18, 01:41 PM   #1
Fonz
Former pr0n slinger.
 
Fonz's Avatar
 
Join Date: Aug 2003
Location: Antwerp, Belgium
Posts: 7,932
Could use some help with UltimateTagWarrior, again

Ok,

On http://www.sexchatadventures.com I use UTW but the problem is that when I activate this function "Use url rewriting for local tag urls (/tag/tag instead of index.php?tag=tag)" I always get redirected to the 404 page (index in this case); I made my .htaccess file writable but still no luck.

This is what I've got in my .htaccess file:

Code:
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
If anyone has a clue un what's wrong here please let me know. Thanx
__________________
See how I abuse little trees on my Shumi no Bonsai Blog
Fonz is offline   Reply With Quote