Quote:
Originally Posted by BamaStangGuy
Hi Kall,
I have fixed this issue. Please place the following within your .htaccess directly after RewriteEngine On in the tags folder:
Code:
RewriteCond %{REQUEST_URI} /+[^\.]+$
RewriteCond %{REQUEST_URI} /forums/tags/
RewriteRule ^(.+[^/])$ /forums/tags/$1/ [R=301,L]
Be sure you adjust the /forums/tags/ path to reflect the path to the tags folder.
|
Seems like the fix that's needed (at least from what I can see on my forum), I'll pass this along to our enginners. Thanks Bama!
- Reid