Log out problem

GK User
Sun Feb 17, 2013 12:29 pm
I want to make different frontpage for quest and register user. I make it like this tutorial http://docs.joomla.org/How_do_you_hide_ ... n_users%3F

it work right unless i log out. then i get error message 404 "you dont have rights to view this page. and I can go to any page
is the reason your own "log out" template or where?

regards, Ari
User avatar
Senior Boarder

Konrad M
Mon Feb 18, 2013 1:54 pm
Hi,
probably when you are logging out you are redirect to index.php file. And you don't have rights to see it. So please go to html/mod_login/default.php and change redirect to the page for guests.
User avatar

GK User
Mon Feb 18, 2013 2:51 pm
Where in file I change it change it?
User avatar
Senior Boarder

Konrad M
Mon Feb 18, 2013 3:02 pm
Please find:
Code: Select all
<?php if ($type == 'logout') : ?>

<form action="index.php" method="post" id="login-form">
      <div class="logout-button">

and change action value.
User avatar


cron