d %{HTTP_REFERER} fillbest\.com [NC,OR]
RewriteCond %{HTTP_REFERER} seedmain\.com [NC]
RewriteRule .* - [F]
Justin Pasher
> /---Original Message---/
>
> /*From:*/ Eric Covener <mailto:[EMAIL PROTECTED]>
> /*Date:*/ 01/12/2008 18:27:25
> /*To:*/ users@httpd.apache.org <ma
Thanks I will have a go and see what happenskeep fingers crossed for me.
. :-)
Kriss :-)
---Original Message---
From: Justin Pasher
Date: 01/12/2008 21:54:27
To: users@httpd.apache.org
Subject: Re: [EMAIL PROTECTED] .htaccess
Kriss wrote:
>
> This is what the fil
]
RewriteRule .* - [F]
Justin Pasher
/---Original Message---/
/*From:*/ Eric Covener <mailto:[EMAIL PROTECTED]>
/*Date:*/ 01/12/2008 18:27:25
/*To:*/ users@httpd.apache.org <mailto:users@httpd.apache.org>
/*Subject:*/ Re: [EMAIL PROTECTED] .htaccess
On Mon, Dec 1, 2008 at 11:
seedmain.com.
If you can help it would be a big help as I have had 250 hits from these
guys last month!
Thanks for all you help
Kriss :-)
Kristina
---Original Message---
From: Eric Covener
Date: 01/12/2008 18:27:25
To: users@httpd.apache.org
Subject: Re: [EMAIL PROTECTED] .htaccess
On
On Mon, Dec 1, 2008 at 11:46 AM, Kriss <[EMAIL PROTECTED]> wrote:
> Hi guys
>
> I am probably not talking to the right people at all but I am at the end of
> my tether on where to goI have updated my htaccess to ban a URL from
> using my bandwidth the problem is that I need to ban another one s
Hi guys
I am probably not talking to the right people at all but I am at the end of
my tether on where to goI have updated my htaccess to ban a URL from
using my bandwidth the problem is that I need to ban another one so I did
what I thought I was supposed to do and all of my scripts on the w
I'm glad you understand why the www. host redirection was removing the
original anchor.
Now the second part of the problem is exposed, and confirmed. I'll do
some digging as far apache is concerned to see if we can preserve that
anchor.
On Thu, Nov 6, 2008 at 3:34 AM, Matus UHLAR - fantomas
<[EMA
> Frank Gingras wrote:
> > 'http://utexas.edu/student/registrar/schedules/092/regrules/all.html#acc'
> > directly. It'll bypass the mod_rewrite redirection, and work as
> > expected. I tested it here under OSX 10.4.
> >
> > There is no 'wishful thinking' in this process, whatsoever.
On 05.11.08 1
Frank Gingras wrote:
> 'http://utexas.edu/student/registrar/schedules/092/regrules/all.html#acc'
> directly. It'll bypass the mod_rewrite redirection, and work as
> expected. I tested it here under OSX 10.4.
>
> There is no 'wishful thinking' in this process, whatsoever.
That is so strange! That
Robert,
Apparently, you didn't listen to my last reply. Let me put into very
simple words:
1) There is a redirection happening from 'www.utexas.edu' to
'utexas.edu', and it's using mod_rewrite.
- Apache sees that you accessed www.utexas.edu, and tells you no, I'd
rather you use utexas.edu
Hi Frank,
I appreciate the fact that you seem to know all the answers and are
willing to share them, but apparently you never tried this link with
Safari as compared with any other browser:
http://www.utexas.edu/student/registrar/schedules/092/regrules/all.html#acc
I do understand why the redirec
Eric,
See my last reply. It explains his misconceptions.
Eric Covener wrote:
On Wed, Nov 5, 2008 at 10:10 AM, Eric Covener <[EMAIL PROTECTED]> wrote:
On Wed, Nov 5, 2008 at 9:46 AM, Robert T Wyatt <[EMAIL PROTECTED]> wrote:
Here's the link:
http://www.utexas.edu/student/registrar/sche
On Wed, Nov 5, 2008 at 10:10 AM, Eric Covener <[EMAIL PROTECTED]> wrote:
> On Wed, Nov 5, 2008 at 9:46 AM, Robert T Wyatt <[EMAIL PROTECTED]> wrote:
>> Here's the link:
>> http://www.utexas.edu/student/registrar/schedules/092/regrules/all.html#acc
>>
>> You'll find that you are successfully redirec
Robert,
The issue is simple here: The www.utexas.edu site automatically
redirects to utexas.edu with mod_rewrite (see
http://httpd.apache.org/docs/2.2/misc/rewriteguide.html#url). As you
know, and as I explained to you several times now, mod_rewrite cannot
see or capture the initial anchor, s
On Wed, Nov 5, 2008 at 9:46 AM, Robert T Wyatt <[EMAIL PROTECTED]> wrote:
> Here's the link:
> http://www.utexas.edu/student/registrar/schedules/092/regrules/all.html#acc
>
> You'll find that you are successfully redirected on every browser
> except Safari to:
> http://registrar.utexas.edu/schedule
Here's the link:
http://www.utexas.edu/student/registrar/schedules/092/regrules/all.html#acc
You'll find that you are successfully redirected on every browser
except Safari to:
http://registrar.utexas.edu/schedules/092/regrules/all.html#acc
(on Safari you wind up at:
http://registrar.utexas.edu/sc
Robert,
Your first quote simply states that the characters after the hash sign
cannot be extracted by mod_rewrite. Nothing else. That guide even gives
you a workaround.
The second link can be circumvented with the [NE] flag. In any case, try
this simple ruleset on your server (directly in on
Hi Frank,
I'm not trying to be dense or contentious; I don't understand why this
is working with all browsers except Safari. I do understand that it
shouldn't work at all since I've now found:
http://httpd.apache.org/docs/2.2/misc/rewriteguide.html
"The Apache kernels URL escape function also
Robert,
"May be"? I told you now three times that it cannot be captured. Were
you listening to me?
Robert T Wyatt wrote:
Well, here's the example:
http://www.utexas.edu/student/registrar/schedules/092/regrules/all.html#acc
Try this with several browsers and you'll find that it only fails
Well, here's the example:
http://www.utexas.edu/student/registrar/schedules/092/regrules/all.html#acc
Try this with several browsers and you'll find that it only fails to
pass the anchor on Safari
Anyhow, I'm afraid that I am trying to capture the anchor and pass it
through to the redirec
Robert,
You CAN enter the URL directly in a browser, and the page 'should'
scroll down to the anchor (). A sample URL would be:
http://hostname/foo#bar.
Now, a rule is allowed to redirect to an anchor. It simply cannot match
or capture it.
To address your issue with Safari, I have several
Thanks Frank,
What I'm hearing is that the redirection is using a RegEx and that the
hash character cannot be a player. Furthermore, the fact that this
works on most browsers (but fails on Safari) is due to them being not
strictly compliant.
Is that about it?
Thanks,
Robert
Frank Gingras wrote:
Hello Robert,
Actually, the # in the URI indicates an anchor, not a comment. They
cannot be matched on, nor captured.
Frank
Robert T Wyatt wrote:
All,
I'll bet this has been answered, but I haven't found it yet. Please
feel free to point me at the answer if you know where it is.
We are try
All,
I'll bet this has been answered, but I haven't found it yet. Please
feel free to point me at the answer if you know where it is.
We are trying to redirect users from URLs of the form:
http://www.utexas.edu/student/registrar/schedules/092/regrules/all.html#acc
to URLs of the form:
http://reg
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
Hi Chris,
> -Original Message-
> From: Chris Henderson [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, August 05, 2008 2:06 AM
> To: users@httpd.apache.org
> Subject: [EMAIL PROTECTED] .htaccess - local and LDAP
> authentication on Apache 2.x
>
> I need to create
I need to create a local user for apache authentication. That's on top of the
.htaccess authentication that is already done via LDAP.
I have created a .htpasswd file but in error_log I can see it's trying LDAP
lookup: [mod_auth_ldap.c (815) ] - no user found for: joe
I tried adding the location
Please my friend, can you be more specifyc...I mean how the code will look.
Thanks and Regards.
- Original Message -
From: "Eric Covener" <[EMAIL PROTECTED]>
To:
Sent: Monday, July 28, 2008 7:40 PM
Subject: [***SPAM*** Score/Req: 18.0/5.0] Re: [EMAIL PROTECTED] .htacc
On Mon, Jul 28, 2008 at 5:52 PM, Alberto García Gómez
<[EMAIL PROTECTED]> wrote:
> I had this conf in my httpd.conf, in the VirtualDirectory of one website:
>
> RewriteEngine On
> RewriteLogLevel 9
> RewriteRule ^/.*\.html$ /index.php?$1 [L]
> RewriteRule ^/.*\.htm$ /index.php?$1 [L]
>
> And I need
I had this conf in my httpd.conf, in the VirtualDirectory of one website:
RewriteEngine On
RewriteLogLevel 9
RewriteRule ^/.*\.html$ /index.php?$1 [L]
RewriteRule ^/.*\.htm$ /index.php?$1 [L]
And I need to create a .htaccess file to work identical. I had try but
nothing work :-(
--
Hey Matt,
This is closer, still, but what I emailed you off
list is to ask if you would be willing to take
this one as a small consulting job for us.
The reg exp and htaccess issues involved are out
of my area of expertise.
We really need this done as the whole premise of
how the site wor
On Thu, Jul 24, 2008 at 3:33 AM, Skip Evans <[EMAIL PROTECTED]> wrote:
> Hey Matt,
>
> (I just sent you the message off list, but now rereading this again, I'm
> starting to understand.)
>
> I see that I'm affecting all the URLs, including the ones the app is
> initiating and that's what's breaking
Hey Matt,
(I just sent you the message off list, but now
rereading this again, I'm starting to understand.)
I see that I'm affecting all the URLs, including
the ones the app is initiating and that's what's
breaking stuff.
But what if I want the rule to ONLY take affect
when the URL ends w
if the "header file is read in by php" means that it is an include,
that doesnt matter
it is the form of the URL that the user_agent requests that matters
so say the user_agent requests index.php, then that php file includes
header.html
and that the resulting HTML is something like
the user_ag
Hi Skip,
I'm not an expert, but I've been messing with mod-rewrite a bit
recently. My guess is that you need a rewrite condition like this before
your RewriteRule:
RewriteCond %{REQUEST_METHOD} ^GET
Regards,
Gene
At 02:48 PM 7/23/2008, Skip Evans wrote:
Hey all,
I'm new to the list and
Hey all,
I'm new to the list and am having some issues with
a RewriteRule I've applied in an .htaccess file.
Or perhaps not the rule, but with using .htaccess
in general.
What I wanted to do was allow users to enter a URL
like the following:
http://varsitybeat.com/wi/madison
and then hav
^bump
Hey, thanks for the repley back.
The reason why we are doing IP based secuirty instead of passwords is
simple. We only want people from those companies accessing the site, if we
used passwords they could be simply passed around, we dont want that. We
want to control who gets access.
Just wanted t
Hey all,
Just needed some advice on .htacess. Just wondering what is be best way to
go about this. This is my situation.
I have a big list of ips which i need to give access to one site. I need to
block it from the rest of the world.
In the past i've typically written a htaccess file like this:
I have a number of tomcat apps, all of which route through a single
apache instance (2.2). I also use rewrite rules at the top level in
httpd.conf to do some simple rewriting
(http://foo->http://tomcat-server/bar, foo being one of a number of DNS
aliases to the apache box). Once in a while I need t
On Sun, Apr 27, 2008 at 7:55 PM, Tom Ray [Lists] <[EMAIL PROTECTED]> wrote:
> Hey,
>
> I'm trying to setup something up where I have a video player on the main
> page of the site but the .flv files are in a directory such as videos/files.
> What I would like to do is use .htaccess to block the dir
Hey,
I'm trying to setup something up where I have a video player on the main
page of the site but the .flv files are in a directory such as
videos/files. What I would like to do is use .htaccess to block the
direct calling for those files so they can't be downloaded but I still
want the site
- Original Message -
From: "Joshua Slive" <[EMAIL PROTECTED]>
To: ; "Danie Qian" <[EMAIL PROTECTED]>
Sent: Friday, April 25, 2008 8:10 PM
Subject: Re: [EMAIL PROTECTED] .htaccess for script aliased directories
On Fri, Apr 25, 2008 at 4:32 PM, Danie
On Fri, Apr 25, 2008 at 4:32 PM, Danie Qian <[EMAIL PROTECTED]> wrote:
> On second thought, I tested the setting by commentting out the 'require
> valid-user' line completely to see what the browsor gets for other methods,
> it is actually a 403 forbidden error instead of a open 200. So i guess
2008/4/25 Pam Astor <[EMAIL PROTECTED]>:
>
> > > [Fri Apr 25 15:35:18 2008] [error] [client 12.34.678.91] (2)No such file
> or
> > > directory: Could not open password file: /home/userdir/htpasswd
> >
> > That seems pretty clear. Your AuthUserFile directive is configured
> > incorrectly. It isn't
: <[EMAIL PROTECTED]>
To:
Sent: Friday, April 25, 2008 5:06 PM
Subject: Re: [EMAIL PROTECTED] .htaccess for script aliased directories SOLVED!
You definately need to remove the limit clause
That clause iat best s meaningless given your previous post, and if the
config changes elsewhere your
, but just to be clear the limit clause is
NOT what youi want ;)
Sent from my BlackBerry® wireless device
-Original Message-
From: Pam Astor <[EMAIL PROTECTED]>
Date: Fri, 25 Apr 2008 17:00:35
To:
Subject: RE: [EMAIL PROTECTED] .htaccess for script aliased directories SOLVED!
Tha
Thanks so much Danie!
I think the problem was the fact that I was not using double quotes
for my path in the Tag. I saw your earlier post - noticed you had
them,
added them in, and set the path again to the script aliased path and it worked
fine.
I was able to get it working with th
what OS is it you are running?
- Original Message -
From: Pam Astor
To: users@httpd.apache.org
Sent: Friday, April 25, 2008 4:25 PM
Subject: RE: [EMAIL PROTECTED] .htaccess for script aliased directories
> > OK, for 1, I requested a non existant test file and this
- Original Message -
From: "Danie Qian" <[EMAIL PROTECTED]>
To:
Sent: Friday, April 25, 2008 4:16 PM
Subject: Re: [EMAIL PROTECTED] .htaccess for script aliased directories
- Original Message -
From: "Dragon" <[EMAIL PROTECTED]>
To:
Sent
> > OK, for 1, I requested a non existant test file and this is the result
> > from> > the error log:> >> > [Fri Apr 25 15:38:14 2008] [error] [client
> > 12.345.678.91] File does not> > exist: /home/userdir/www/test> > You need
> > to request a non-existent file under awstats to make this mean
- Original Message -
From: "Dragon" <[EMAIL PROTECTED]>
To:
Sent: Friday, April 25, 2008 3:56 PM
Subject: Re: [EMAIL PROTECTED] .htaccess for script aliased directories
Danie Qian wrote:
- Original Message - From: "Joshua Slive" <[EMAIL
Limits the require directive to those verbs - what about the others?
Sent from my BlackBerry® wireless device
-Original Message-
From: "Danie Qian" <[EMAIL PROTECTED]>
Date: Fri, 25 Apr 2008 15:53:59
To:
Subject: Re: [EMAIL PROTECTED] .htaccess for script ali
Danie Qian wrote:
- Original Message - From: "Joshua Slive" <[EMAIL PROTECTED]>
To: ; "Danie Qian" <[EMAIL PROTECTED]>
Sent: Friday, April 25, 2008 3:39 PM
Subject: Re: [EMAIL PROTECTED] .htaccess for script aliased directories
On Fri, Apr 25, 200
2008/4/25 Pam Astor <[EMAIL PROTECTED]>:
>
> > I gave you two very specific tasks to do to isolate the problem. Do them.
> >
> > Joshua.
>
> OK, for 1, I requested a non existant test file and this is the result from
> the error log:
>
> [Fri Apr 25 15:38:14 2008] [error] [client 12.345.678.91]
- Original Message -
From: "Joshua Slive" <[EMAIL PROTECTED]>
To: ; "Danie Qian" <[EMAIL PROTECTED]>
Sent: Friday, April 25, 2008 3:39 PM
Subject: Re: [EMAIL PROTECTED] .htaccess for script aliased directories
On Fri, Apr 25, 2008 at 3:32 PM, Danie
- Original Message -
From: Pam Astor
To: users@httpd.apache.org
Sent: Friday, April 25, 2008 3:45 PM
Subject: RE: [EMAIL PROTECTED] .htaccess for script aliased directories
> I gave you two very specific tasks to do to isolate the problem. Do them.
>
&g
> I gave you two very specific tasks to do to isolate the problem. Do them.> >
> Joshua.
OK, for 1, I requested a non existant test file and this is the result from the
error log:
[Fri Apr 25 15:38:14 2008] [error] [client 12.345.678.91] File does not exist:
/home/userdir/www/test
For 2, I
On Fri, Apr 25, 2008 at 3:32 PM, Danie Qian <[EMAIL PROTECTED]> wrote:
>
> require valid-user
>
Remove the and lines. They are dangerous. See:
http://httpd.apache.org/docs/2.2/mod/core.html#limit
Joshua.
---
rom 216.130.212
allow from 216.130.209
allow from 216.130.213
Satisfy any
- Original Message -
From: Pam Astor
To: users@httpd.apache.org
Sent: Friday, April 25, 2008 3:15 PM
Subject: RE: [EMAIL PROTECTED] .htaccess for script aliased directo
2008/4/25 Pam Astor <[EMAIL PROTECTED]>:
>
>
> > > > 1. The directory you entered above is not the correct path; or
> > > > 2. The conf file you are editting is not being read.
> > > >
> > > > Check 1 by requesting a file that you know doesn't exist and check the
> > > > error log to see what path
> > > 1. The directory you entered above is not the correct path; or> > > 2.
> > > The conf file you are editting is not being read.> > >> > > Check 1 by
> > > requesting a file that you know doesn't exist and check the> > > error
> > > log to see what path apache is searching in. Check 2 by pu
2008/4/25 Pam Astor <[EMAIL PROTECTED]>:
>
> > 1. The directory you entered above is not the correct path; or
> > 2. The conf file you are editting is not being read.
> >
> > Check 1 by requesting a file that you know doesn't exist and check the
> > error log to see what path apache is searching i
> 1. The directory you entered above is not the correct path; or> 2. The conf
> file you are editting is not being read.> > Check 1 by requesting a file that
> you know doesn't exist and check the> error log to see what path apache is
> searching in. Check 2 by putting> a deliberate syntax erro
2008/4/25 Pam Astor <[EMAIL PROTECTED]>:
>
>
> OK thanks, I tried again, this time I added to my virtualdomain .conf file
> the below, and I am still having the same problem...
>
>
There's really only two things that are likely to explain that:
1. The directory you entered above is not the co
> > OK I took the advice and have been trying to set up http username and> >
> > password logins without using .htaccess files inside the web accessible> >
> > directory I am trying to password protect. I checked my AllowOverride> >
> > settings in httpd.conf and they appear to be set correctly
2008/4/25 Pam Astor <[EMAIL PROTECTED]>:
> OK I took the advice and have been trying to set up http username and
> password logins without using .htaccess files inside the web accessible
> directory I am trying to password protect. I checked my AllowOverride
> settings in httpd.conf and they appe
I am trying to password protect a sub directory within the web space of
a domain that is serving site statistics of awstats generated pages.
The path>>> > to the dir is /home/user1/www/awstats. When testing, I am
able to get a>>> > username and password prompt for
>>> I am trying to password protect a sub directory within the web space of
>>> a>>> domain that is serving site statistics of awstats generated pages. The
>>> path>> > to the dir is /home/user1/www/awstats. When testing, I am able to
>>> get a>> > username and password prompt for the front
> > I am trying to password protect a sub directory within the web space of a>
> > > domain that is serving site statistics of awstats generated pages. The
> > path> > to the dir is /home/user1/www/awstats. When testing, I am able to
> > get a> > username and password prompt for the front page
2008/4/24 Pam Astor <[EMAIL PROTECTED]>:
>
>
>
> I am trying to password protect a sub directory within the web space of a
> domain that is serving site statistics of awstats generated pages. The path
> to the dir is /home/user1/www/awstats. When testing, I am able to get a
> username and passwor
I am trying to password protect a sub directory within the web space of a
domain that is serving site statistics of awstats generated pages. The path to
the dir is /home/user1/www/awstats. When testing, I am able to get a username
and password prompt for the front page of the site, i.e. for w
Currently in my Apache I am authenticating users against one OU
(ou=staff), I need to add another OU (ou=clients) and not sure how to
do that in my .htaccess file. Here is my current .htaccess file:
AuthName "Restricted Area"
AuthType Basic
LDAP_Server activedirectory.vantrix.com
LDAP_Port 389
Ba
On Wed, Mar 19, 2008 at 6:32 PM, Marc Fromm <[EMAIL PROTECTED]> wrote:
> 1.) I created an .htpasswd file with a user using the command
> htpasswd -mbc /etc/.htpasswd username password
> group and other have read permissions
>
> 2.) I created an .htaccess file in a web directory with the followin
1.) I created an .htpasswd file with a user using the command
htpasswd -mbc /etc/.htpasswd username password
group and other have read permissions
2.) I created an .htaccess file in a web directory with the following
AuthType Basic
AuthName "Outside Access"
AuthUserfile /etc/.htpasswd
require user
Joshua Slive wrote:
On Feb 5, 2008 2:04 PM, Scott Wilcox <[EMAIL PROTECTED]> wrote:
Joshua Slive wrote:
On Feb 5, 2008 12:08 PM, Scott Wilcox <[EMAIL PROTECTED]> wrote:
hey folks.
Server: Apache/2.0.61
For some weird reason, this URL rewrite isn't working and I can't figure
out why. A
On Feb 5, 2008 2:04 PM, Scott Wilcox <[EMAIL PROTECTED]> wrote:
>
>
> Joshua Slive wrote:
>
> On Feb 5, 2008 12:08 PM, Scott Wilcox <[EMAIL PROTECTED]> wrote:
>
>
> hey folks.
>
> Server: Apache/2.0.61
>
> For some weird reason, this URL rewrite isn't working and I can't figure
> out why. Am I m
Joshua Slive wrote:
On Feb 5, 2008 12:08 PM, Scott Wilcox <[EMAIL PROTECTED]> wrote:
hey folks.
Server: Apache/2.0.61
For some weird reason, this URL rewrite isn't working and I can't figure
out why. Am I missing something completely?
RewriteRule ^/confirm/([a-zA-Z0-9_\-]+)$ /page
On Feb 5, 2008 12:08 PM, Scott Wilcox <[EMAIL PROTECTED]> wrote:
> hey folks.
>
> Server: Apache/2.0.61
>
> For some weird reason, this URL rewrite isn't working and I can't figure
> out why. Am I missing something completely?
>
> RewriteRule ^/confirm/([a-zA-Z0-9_\-]+)$ /page_confirm.php?h
hey folks.
Server: Apache/2.0.61
For some weird reason, this URL rewrite isn't working and I can't figure
out why. Am I missing something completely?
RewriteRule ^/confirm/([a-zA-Z0-9_\-]+)$ /page_confirm.php?hash=$1
smime.p7s
Description: S/MIME Cryptographic Signature
On Jan 18, 2008 5:25 PM, Joe <[EMAIL PROTECTED]> wrote:
> Running Apache 2.2 on Debian sid. In my httpd.conf I have the following:
>
> AccessFileName .htaccess
> AllowOverride All
>
> In my web root I have a .htaccess file with a simple rewrite rule but
> nothing gets rewritten
>
> If I cut & past
Running Apache 2.2 on Debian sid. In my httpd.conf I have the following:
AccessFileName .htaccess
AllowOverride All
In my web root I have a .htaccess file with a simple rewrite rule but
nothing gets rewritten
If I cut & paste the rewrite rule into a section in
httpd.conf then the rewrite works
On Dec 24, 2007 2:30 AM, Techman <[EMAIL PROTECTED]> wrote:
> >From what I can figure out now, mod-rewrite is not installed. Now when I
> type in www.mysite.com/download/myfile.avi in my browser I get a server
> error. There is nothing in my httpd.conf about mod_rewrite, nor can I find
> any files
is
stuff, just know enough to get by.
Thanks
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of
> Joshua Slive
> Sent: December 22, 2007 10:30 PM
> To: users@httpd.apache.org
> Subject: Re: [EMAIL PROTECTED] .htaccess and hotlinking quest
On Dec 22, 2007 8:18 PM, Techman <[EMAIL PROTECTED]> wrote:
>
> I have read about a hundred pages on hotlinking today and I have been trying
> to implement an .htaccess file to prevent it, but so far nothing is working.
>
> I am using Slackware Linux 10 and Apache 1.3.36.
>
> What I want to do is s
I have read about a hundred pages on hotlinking today and I have been trying
to implement an .htaccess file to prevent it, but so far nothing is working.
I am using Slackware Linux 10 and Apache 1.3.36.
What I want to do is stop people from directly downloading from my DL
directory.
i.e. www.my
> -Original Message-
> From: Grant Peel [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, November 21, 2007 5:15 PM
> To: users@httpd.apache.org
> Subject: Re: [EMAIL PROTECTED] .htaccess and Server Side Includes
>
> Perfect, that what I thought. So, the .htaccess
: [EMAIL PROTECTED] .htaccess and Server Side Includes
> -Original Message-
> From: Grant Peel [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, November 21, 2007 4:04 PM
> To: users@httpd.apache.org
> Subject: [EMAIL PROTECTED] .htaccess and Server Side Includes
> -Original Message-
> From: Grant Peel [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, November 21, 2007 4:04 PM
> To: users@httpd.apache.org
> Subject: [EMAIL PROTECTED] .htaccess and Server Side Includes
>
> Hi all,
>
> Suppose one had a server that is curren
Hi all,
Suppose one had a server that is currently parsing all file for server side
includes, php etc, and one wanted to make it so that a .htaccess file in the
web root of a few virtual hosts parsed all files, but the rest of the
virtual hosts only parsed shtml, how would one accomplish such
On Nov 7, 2007 6:49 AM, pinky goyal <[EMAIL PROTECTED]> wrote:
> Hi All !
>
> I have stuck up due my .htaccess file.
>
> ---here in my .htaccess file -
>
> Options +FollowSymLinks
> RewriteEngine On
>
>
>
> # REDIRECTION FROM
Hi All !
I have stuck up due my .htaccess file.
---here in my .htaccess file -
Options +FollowSymLinks
RewriteEngine On
# REDIRECTION FROM NONSECURE TO SECURE #
RewriteCond %{SERVE
Sean,
Sean Brown wrote:
> Hi All,
>
> I'm trying to figure out the right prescription for the following
> scenario. When my users are inside our firewall (a 192.168.x.x
> network), I'd like them to be able to browse a particular site without
> any authentication at all. If they want to see the
Hi All,
I'm trying to figure out the right prescription for the following
scenario. When my users are inside our firewall (a 192.168.x.x
network), I'd like them to be able to browse a particular site without
any authentication at all. If they want to see the site from home, or
anywhere outside o
On 10/25/07, Doug Hairfield <[EMAIL PROTECTED]> wrote:
> Thanx, that got me much closer. Unfortunately that page consists of
> multiple files, .css, .png, .cgi so I tried using this expression in the
> line, but it is not allowing those files to come through. From
> firefox, it prompts me for t
Thanx, that got me much closer. Unfortunately that page consists of
multiple files, .css, .png, .cgi so I tried using this expression in
the line, but it is not allowing those files to come
through. From firefox, it prompts me for the .htaccess password
credentials for the other files it
On 10/24/07, Doug Hairfield <[EMAIL PROTECTED]> wrote:
>
> Fedora Core 4/apache2.0.59
>
> Is it possible to use an htaccess file to deny access to everything in a
> directory EXCEPT one particular file and allow access to that file via IP
> address? I have a script that needs to be able to hit
> h
Fedora Core 4/apache2.0.59
Is it possible to use an htaccess file to deny access to everything
in a directory EXCEPT one particular file and allow access to that
file via IP address? I have a script that needs to be able to hit
http://someurl/nagios/cgi-bin/tac.cgi. I am using the
follo
1 - 100 of 283 matches
Mail list logo