I’m a complete newb when it comes to expression engine development so please excuse my ignorance…
I have setup login and register links on my home page… They appear to work fine however when enter my details into the login form and click submit I am redirected to http://localhost:8888/exp/member/index.html/ as opposed to the home page being http://localhost:8888/exp/
<div id="wrap"><div id="wrap-main">
<div id="header"><h1>Test blog</h1></div>
{exp:member:login_form return="http://localhost:8888/exp/"}
<div id="toplinks">
<div id="skip"><a href="http://index.html#content" title="skip to content">skip to content</a></div>
{if logged_out}
<ul>
<li><a href="http://member/index.html" title="login">login</a></li>
<li><a href="http://{path=%27member/register%27}" title="register">register</a></li>
</ul>
{/if}
{if logged_in}
<ul><li>logged in as {screen_name}</li>
<li><a href="http://{path=LOGOUT}">log-out</a></li>
</ul>
{/if}
{/exp:member:login_form}I’m making a simple mistake here, can anyone shed some light on where I’m going wrong???
Thanks,
UPDATE: Doh, wrong forum section… Please delete post and I will re-submit in correct area… Sorry!!!
Packet Tide owns and develops ExpressionEngine. © Packet Tide, All Rights Reserved.