how to set up a login screen php
Posted by: musicman10 (---.tilbu1.nb.home.nl)
Date: May 28, 2006 09:49AM

hello i'm a newbie for wamp

how can't set up a login screen for phpadmin.
now everybody have acces to my phpadmin.
i don't want that

when i go to [192.168.1.104] (my server)
then to [192.168.1.104]

i want to have a login screen so that only people that have a password can login to
phpadmin

can sombody help me to set it up

Re: how to set up a login screen php
Posted by: yfastud (---.mia.bellsouth.net)
Date: May 28, 2006 03:54PM

Use .htaccess and .htpasswrd
Hope this help

Re: how to set up a login screen php
Posted by: musicman10 (---.tilbu1.nb.home.nl)
Date: May 28, 2006 06:14PM

please can you explane some more.
ITS ALL NEW FOR ME
maybe you have an example for me

PLEASE HELP

Thanks you already

bye bye

Re: how to set up a login screen php
Posted by: CyberSpatium (67.170.181.---)
Date: May 28, 2006 10:29PM

you do not need to use .htaccess and .htpassword.

read the second post here:
[forum.wampserver.com]

to make people login to phpmyadmin, go to the phpmyadmin config file and change the aucthorization to cookie:
C:\wamp\phpmyadmin\config.inc.php

find
$cfg['Servers'][$i]['auth_type'] = 'config';

change to
$cfg['Servers'][$i]['auth_type'] = 'cookie';

Re: how to set up a login screen php
Posted by: musicman10 (---.steelweld.com)
Date: May 29, 2006 02:33PM

thank for all

it's working

smiling smiley smiling smiley smiling smiley


Sorry, only registered users may post in this forum.