ellatrix / wp-front-end-editor

Front-end Editor for WordPress
https://wordpress.org/plugins/wp-front-end-editor/
340 stars 87 forks source link

#fee-edit-link getting added to end of every url #244

Closed joshespi closed 9 years ago

joshespi commented 9 years ago

I just added this plugin to my site and found that if i try to view pages/posts from the front end #fee-edit-link gets added to the end of the url and the browser says The page isn't redirecting properly.

I've tried disabling permalinks which did not change anything.

This issue seems to only happen when logged in. I've opened another browser that is not logged in and I don't get this error.

Any help would greatly appreciated.

joshespi commented 9 years ago

Found the problem.

I'm forcing SSL for admin area. This is what was causing the crash.

If i turn off the rule to force SSL in admin it makes the plugin work again.

If i switch my protocol to https with the force SSL rule added everything continues to work.