pulidomate Posted December 19, 2013 Share Posted December 19, 2013 Hi! Anybody knows a way to redirect to authentication.php if you're not logged? I'm using PS 1.4.7.3 Thanks Link to comment Share on other sites More sharing options...
vekia Posted December 19, 2013 Share Posted December 19, 2013 you mean that you want to redirect user to other page right after he/she use wrong login/pass in login form? Link to comment Share on other sites More sharing options...
pulidomate Posted December 19, 2013 Author Share Posted December 19, 2013 In homepage, if you're not logged in, automatically redirects to login form Link to comment Share on other sites More sharing options...
mytheory. Posted December 19, 2013 Share Posted December 19, 2013 So, you are trying to force all visitors to log in first? All visitors would be redirected to the log in page even if they type the homepage, and they would have to log in before being able to access the homepage or rest of the site? Not sure if that can be done easily... but there are private shop modules out there. Might be easier to buy and incorporate one of those. Although you may be able to just write a php redirect script if using {if !$logged} as the if statement. HTH! Link to comment Share on other sites More sharing options...
vekia Posted December 19, 2013 Share Posted December 19, 2013 it's not god for seo, google and other search engine crawlers will be redirected to login page. no other pages will be indexed. Link to comment Share on other sites More sharing options...
pulidomate Posted December 20, 2013 Author Share Posted December 20, 2013 Ok, i think i'm gonna insert a login form in homepage and disable contents with {if !$logged} Thanks for all Link to comment Share on other sites More sharing options...
Recommended Posts