[wp-hackers] Securing a part of WordPress structure

Stephen Sadowski stephen.sadowski at gmail.com
Mon Jun 5 20:53:29 GMT 2006


Hey Paul,

Personally, I'd just use a location directive in the apache config, if you
have access to it. If not, it shouldn't be that hard to write a plugin. PHP
does support basic authentication, after all. It just seems like kind of
annoying to have to add a plugin for that, imho.

Okay, back to lurking,

-S

On 6/5/06, Paul Menard <codehooligans at codehooligans.com> wrote:
>
> Greeting all, Happy Monday.
>
> Have a question. A client need to password protect a section of their
> site. They currently have just static HTML content setup on a server.
> They are using htaccess protection via Apache. Considering WordPress
> does not use physical directories is there a way to 'lock-down' an
> entire category or nested page hierarchy?
>
> Not clear? Consider this. The client has the following site structure.
>
> /
> /projects/
> /projects/admin/            ß Protect from here and all folders under
> admin
> /projects/admin/docs
> /projects/summer/
> /blogs/
> /blogs/life
> /blogs/after-life
> /aboutus/
> /aboutus/privacy/
>
> I know they can password protect the page by assigning a password.
> But they want to traditional popup box for username and password. I'm
> not aware of plugin that offers this functionality.
>
> P-_______________________________________________
> wp-hackers mailing list
> wp-hackers at lists.automattic.com
> http://lists.automattic.com/mailman/listinfo/wp-hackers
>


More information about the wp-hackers mailing list