We use cookies to improve your experience. No personal information is gathered and we don't serve ads. Cookies Policy.

ExpressionEngine Logo ExpressionEngine
Features Pricing Support Find A Developer
Partners Upgrades
Blog Add-Ons Learn
Docs Forums University
Log In or Sign Up
Log In Sign Up
ExpressionEngine Logo
Features Pro new Support Find A Developer
Partners Upgrades
Blog Add-Ons Learn
Docs Forums University Blog
  • Home
  • Forums

Newbie Login Question

Development and Programming

Sean Gartlan's avatar
Sean Gartlan
3 posts
17 years ago
Sean Gartlan's avatar Sean Gartlan

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!!!

       

Reply

Sign In To Reply

ExpressionEngine Home Features Pro Contact Version Support
Learn Docs University Forums
Resources Support Add-Ons Partners Blog
Privacy Terms Trademark Use License

Packet Tide owns and develops ExpressionEngine. © Packet Tide, All Rights Reserved.