Auto-Redirect problem when editing.

Permalink
When I am editing a page I am automatically redirected every 5 seconds to "Index of /themes/[themename]/" page. It just started after editing a block. I changed the block back, removed it, added new content, still happens. This makes Concrete5 unusable. Anyone have any idea why this happens?

 
mdalton replied on at Permalink Reply
I think i found the problem. I have a jquery slideshow that is editable-- meaning the images can be added through a block in the thumbnail spot and then they appear in the slider after applying the changes. I just noticed that when the slider updates the next image, the page redirects. not sure what to do.
mdalton replied on at Permalink Reply
i fixed it. the problem was that the images were actually hyperlinks in the default.php file. when the images were loaded they tried to redirect to the link but when they were added through the block it made the href "www.mysite.com/themes/[themename]/#" because i didnt set the link-to url