Index: [Article Count Order] [Thread]

Date:  Wed, 11 Jun 2008 15:26:52 -0700
From:  "Doug Harvey" <ohgoodiee (at mark) gmail.com>
Subject:  [coba-e:13271] Re: phpMyAdmin and SSL
To:  <coba-e (at mark) bluequartz.org>
Message-Id:  <48505016.2a528c0a.2a9a.ffffb1df (at mark) mx.google.com>
In-Reply-To:  <203635.9894.qm (at mark) web63801.mail.re1.yahoo.com>
X-Mail-Count: 13271

Hi Mike. The .htaccess doesn't work. At all. If I place an .htaccess file in
there with just the two lines of:

order deny,allow
deny all

Nothing, come right up, no matter from what IP I call from.

I was reading on sourceforge about brute force protection for PMA and this
is close to what I would like to accomplish, but for me, I would like it to
not be visiable to the outside world at all.

http://sourceforge.net/tracker/index.php?func=detail&aid=1975401&group_id=23
067&atid=377411


 Doug


-----Original Message-----
From: mailing list [mailto:sunlist (at mark) yahoo.com] 
Sent: Wednesday, June 11, 2008 1:49 PM
To: coba-e (at mark) bluequartz.org
Subject: [coba-e:13265] Re: phpMyAdmin and SSL


--- On Wed, 6/11/08, Doug Harvey <ohgoodiee (at mark) gmail.com> wrote:

> For the SSL, I was under the same impression, but the page
> that I want to be SSL just comes up as not found.

Does the page shows up under normal condition, ie. http://...  and what
about other pages/subpages?  You might need to generate/regenerate the SSL
certificate for that specific site (and not share w/main site).  Also, make
certain the file permission is similar to other certificate.
 
> For the phpMyAdmin, I am assuming to put the .htaccess in
> the directory that the phpmyadmin is installed in?

Yes, placed the .htaccess file in the same directory that phpmyadmin is in
(unless you allow access to phpmyadmin through another site, etc.).  You can
test it by denying all access and remove .htaccess to see if you can access
it, etc.

Sample: (the below denies all and allow from x.x.x.x)

order deny,allow
deny from all
allow from x.x.x.x

Regards,


Mike