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
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
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/week/*
RewriteRule \.csv$ - [L]
RewriteRule .* index.php
php_flag magic_quotes_gpc of
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
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,
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
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,
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.
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
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
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 Only"
AuthType Kerberos
Krb5Keytab /etc/auth_kerb.keytab
11 matches
Mail list logo