I have a site that I just converted to use anchor navigation..
hwww.site.com/shows is now www.site.com/#shows
It loads the info from the /shows directory to a div and adds the hash tag to tell you where you are.
The problem is, if you go to www.site.com/shows, the content is still there, but unstyled. How can I get it to redirect without going into an infinite loop of redirects?
I'm sure I explained that terribly, hopefully you guys get it.