[url rewrite] Shortest code for removing www and file extension, and forcing slash at the end?
I had made my .htaccess to remove www, remove file extension and force slash at the end. The code now looks like:
RewriteEngine on
RewriteBase /
RewriteCond %{HTTP_HOST} […]
See original post by invalid@example.com (Ian08)
Leave a Reply
You must be logged in to post a comment.