WearableTechForums.com
Member
Please help. I have been using a route filter to change forums/ to f/. I decided to undo it, so I added the following line to .htaccess and removed the filter.
However, it did not seem to work; I got a "Failed to Open Page" error. So I undid both of the above, and I am still getting the error. What's going going on! Please help:
http://wearabletechforums.com/f/
http://wearabletechforums.com/forums/
Code:
RewriteRule ^f/(.*)$ /forums/$1 [L,R=301]
http://wearabletechforums.com/f/
http://wearabletechforums.com/forums/
Last edited: