XF 1.4 Help! Broke my site with .htaccess and route filters!

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.
Code:
RewriteRule ^f/(.*)$ /forums/$1 [L,R=301]
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/
 
Last edited:
Top Bottom