Re: [EMAIL PROTECTED] htaccess help

2008-11-01 Thread Krist van Besien
On Fri, Oct 31, 2008 at 8:09 PM, debussy007 <[EMAIL PROTECTED]> wrote: > > Hi, > > this is the content of my .htaccess file: > > RewriteEngine on > RewriteCond %{REQUEST_URI} !files/rapporten/instant/* > RewriteCond %{REQUEST_URI} !files/rapporten/dag/* > RewriteCond %{REQUEST_URI} !files/rapporten

Re: [EMAIL PROTECTED] htaccess help

2008-10-31 Thread Eric Covener
On Fri, Oct 31, 2008 at 3:09 PM, debussy007 <[EMAIL PROTECTED]> wrote: > > Hi, > > this is the content of my .htaccess file: > > RewriteEngine on > RewriteCond %{REQUEST_URI} !files/rapporten/instant/* > RewriteCond %{REQUEST_URI} !files/rapporten/dag/* > RewriteCond %{REQUEST_URI} !files/rapporten

RE: [EMAIL PROTECTED] .htaccess help

2006-07-10 Thread Noel Stratton
I ended up using mod_rewrite. Works wonderful. Thanks for the tip. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Joshua Slive Sent: Monday, July 10, 2006 7:48 AM To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] .htaccess help On 7/10/06

Re: [EMAIL PROTECTED] .htaccess help

2006-07-10 Thread Joshua Slive
On 7/10/06, Joshua Slive <[EMAIL PROTECTED]> wrote: On 7/9/06, Noel Stratton <[EMAIL PROTECTED]> wrote: > Your stated solution was "Require user non-existent-user > in the sub-directory .htaccess files" > > This will prompt the user for a username and password correct? I guess this would work,

Re: [EMAIL PROTECTED] .htaccess help

2006-07-10 Thread Joshua Slive
On 7/9/06, Noel Stratton <[EMAIL PROTECTED]> wrote: Your stated solution was "Require user non-existent-user in the sub-directory .htaccess files" This will prompt the user for a username and password correct? I guess this would work, but I was hoping to have the forbidden page come up right

RE: [EMAIL PROTECTED] .htaccess help

2006-07-09 Thread Noel Stratton
1:00 PM To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] .htaccess help On 7/8/06, Noel Stratton <[EMAIL PROTECTED]> wrote: > Is there a way to make the subdirectory .htacces file override the root? It depends on the specific circumstances. Some directives can be overriden,

Re: [EMAIL PROTECTED] .htaccess help

2006-07-09 Thread Joshua Slive
On 7/8/06, Noel Stratton <[EMAIL PROTECTED]> wrote: Is there a way to make the subdirectory .htacces file override the root? It depends on the specific circumstances. Some directives can be overriden, others can't. What was wrong with my suggested solution for your problem? Joshua.

RE: [EMAIL PROTECTED] .htaccess help

2006-07-08 Thread Noel Stratton
Is there a way to make the subdirectory .htacces file override the root? Sorry to top post, but that is how my pocket pc replies. -Original Message- From: "Joshua Slive" wrote: > Here is my .htaccess configuration in my root directory: > > Options +ExecCGI > order deny,allow > deny from

Re: [EMAIL PROTECTED] .htaccess help

2006-07-07 Thread Joshua Slive
On 7/7/06, Noel Stratton <[EMAIL PROTECTED]> wrote: Here is my .htaccess configuration in my root directory: Options +ExecCGI order deny,allow deny from all allow from 10.13.1. allow from 10.13.2. allow from 10.13.3. allow from 10.13.4. satisfy any AuthName "Members 1st Credit Union Employees On