Hi,

The pages on my site is accessed via index.php?page=foo where foo is the file.

All pages that starts with admin_ should require a password. I've tried to do this:

<FilesMatch "$page=admin_$">

and this

<Files "*page=admin_*">

But neither seems to work. If I write <Files index.php*> I can't access any page on my site so the rest of the config seems fine. I have a vague guess that this doesn't work since the page=foo not is an actual file name but a parameter to the index.php file. Is that why it won't work? How does one solve this?

Thanks for your time.

Regards Emil

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to