Hello all,
For some reason, the path to the basic member login page has broke:.
Here is the basic code:
<div class="member">
{if logged_in}
<a href="http://{path=member/profile}">Edit your profile</a>
<a href="http://{path=logout}">Log Out</a>{/if}
{if logged_out}
Are you a member? Please <a href="http://{path=member/login}">log-in</a>.
Have you <a href="http://{path=member/forgot}">forgotten your password</a>?{/if}
</div><!-- /end .member -->When a member attempts to login, they receive this:
URI beginning with string /member/ forbidden.The site is http://www.myodesign.com if you would like to replicate the error.
Thanks in advance!
Any thoughts? Baffled by this.