Quote:
Originally Posted by Juggernaut
Even people like myspace have this very same problem, you're not alone.
Code:
RewriteEngine On
RewriteCond %{REQUEST_URI} ^/[^\.]+[^/]$
RewriteRule ^(.*)$ http://%{HTTP_HOST}/$1/ [R=301,L]
This makes the slash always appear and redirects to the slash version without.
|
maybe don't want to do that ? Wordpress handles it nicely.
bump for the masters