Quote:
Originally Posted by kall
Any idea when an updated version will be released that DOESN'T result in URLs without a trailing slash getting 404 errors/redirected to forumhome?
It's almost a year since I reported it here: http://network.zoints.com/showthread...ighlight=slash and I still receive many hundred erros in my cPanel log every day.
|
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.