2014-06-20, 02:59:13
Must be the plugin , or somehow your login page is using relative urls to post.
What is the form "action" in html ?
mine doesnt matter whether you have a query string or not.
<form class="login" action="/dev/getsimple/develop/admin/index.php?logout" method="post">
works fine
Not sure where the yes is coming from but that works also
<form class="login" action="/dev/getsimple/develop/admin/index.php?logout=yes" method="post">
check your error log, perhaps you have some other error.
What is the form "action" in html ?
mine doesnt matter whether you have a query string or not.
<form class="login" action="/dev/getsimple/develop/admin/index.php?logout" method="post">
works fine
Not sure where the yes is coming from but that works also
<form class="login" action="/dev/getsimple/develop/admin/index.php?logout=yes" method="post">
check your error log, perhaps you have some other error.