Re: [EMAIL PROTECTED] .htaccess

2008-12-02 Thread Kriss
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

Re: [EMAIL PROTECTED] .htaccess

2008-12-01 Thread Kriss
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

Re: [EMAIL PROTECTED] .htaccess

2008-12-01 Thread Justin Pasher
] 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:

Re: [EMAIL PROTECTED] .htaccess

2008-12-01 Thread Kriss
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

Re: [EMAIL PROTECTED] .htaccess

2008-12-01 Thread Eric Covener
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

[EMAIL PROTECTED] .htaccess

2008-12-01 Thread Kriss
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

Re: [EMAIL PROTECTED] htaccess redirect URL fragment problem with Safari browser

2008-11-06 Thread Francois Gingras
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

Re: [EMAIL PROTECTED] htaccess redirect URL fragment problem with Safari browser

2008-11-06 Thread Matus UHLAR - fantomas
> 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

Re: [EMAIL PROTECTED] htaccess redirect URL fragment problem with Safari browser

2008-11-05 Thread Robert T Wyatt
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

Re: [EMAIL PROTECTED] htaccess redirect URL fragment problem with Safari browser

2008-11-05 Thread Frank Gingras
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

Re: [EMAIL PROTECTED] htaccess redirect URL fragment problem with Safari browser

2008-11-05 Thread Robert T Wyatt
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

Re: [EMAIL PROTECTED] htaccess redirect URL fragment problem with Safari browser

2008-11-05 Thread Frank Gingras
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

Re: [EMAIL PROTECTED] htaccess redirect URL fragment problem with Safari browser

2008-11-05 Thread Eric Covener
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

Re: [EMAIL PROTECTED] htaccess redirect URL fragment problem with Safari browser

2008-11-05 Thread Frank Gingras
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

Re: [EMAIL PROTECTED] htaccess redirect URL fragment problem with Safari browser

2008-11-05 Thread Eric Covener
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

Re: [EMAIL PROTECTED] htaccess redirect URL fragment problem with Safari browser

2008-11-05 Thread Robert T Wyatt
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

Re: [EMAIL PROTECTED] htaccess redirect URL fragment problem with Safari browser

2008-11-05 Thread Frank Gingras
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

Re: [EMAIL PROTECTED] htaccess redirect URL fragment problem with Safari browser

2008-11-04 Thread Robert T Wyatt
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

Re: [EMAIL PROTECTED] htaccess redirect URL fragment problem with Safari browser

2008-11-04 Thread Frank Gingras
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

Re: [EMAIL PROTECTED] htaccess redirect URL fragment problem with Safari browser

2008-11-04 Thread Robert T Wyatt
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

Re: [EMAIL PROTECTED] htaccess redirect URL fragment problem with Safari browser

2008-11-04 Thread Frank Gingras
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

Re: [EMAIL PROTECTED] htaccess redirect URL fragment problem with Safari browser

2008-11-04 Thread Robert T Wyatt
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:

Re: [EMAIL PROTECTED] htaccess redirect URL fragment problem with Safari browser

2008-11-04 Thread Frank Gingras
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

[EMAIL PROTECTED] htaccess redirect URL fragment problem with Safari browser

2008-11-04 Thread Robert T Wyatt
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

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

[EMAIL PROTECTED] htaccess help

2008-10-31 Thread debussy007
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

RE: [EMAIL PROTECTED] .htaccess - local and LDAP authentication on Apache 2.x

2008-08-04 Thread Maurer, Hermann
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

[EMAIL PROTECTED] .htaccess - local and LDAP authentication on Apache 2.x

2008-08-04 Thread Chris Henderson
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

[EMAIL PROTECTED] Re: [***SPAM*** Score/Req: 18.0/5.0] Re: [EMAIL PROTECTED] .htaccess Redirection

2008-07-28 Thread Alberto García Gómez
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

Re: [EMAIL PROTECTED] .htaccess Redirection

2008-07-28 Thread Eric Covener
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

[EMAIL PROTECTED] .htaccess Redirection

2008-07-28 Thread Alberto García Gómez
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 :-( --

Re: [EMAIL PROTECTED] .htaccess and PHP

2008-07-24 Thread Skip Evans
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

Re: [EMAIL PROTECTED] .htaccess and PHP

2008-07-24 Thread Matt
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

Re: [EMAIL PROTECTED] .htaccess and PHP

2008-07-23 Thread Skip Evans
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

Re: [EMAIL PROTECTED] .htaccess and PHP

2008-07-23 Thread Matt
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

Re: [EMAIL PROTECTED] .htaccess and PHP

2008-07-23 Thread Gene LeDuc
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

[EMAIL PROTECTED] .htaccess and PHP

2008-07-23 Thread Skip Evans
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

Re: [EMAIL PROTECTED] Re: [Disarmed Scripts] [EMAIL PROTECTED] .htaccess advice

2008-07-08 Thread Rob
^bump

Re: [EMAIL PROTECTED] Re: [Disarmed Scripts] [EMAIL PROTECTED] .htaccess advice

2008-07-06 Thread Rob
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

[EMAIL PROTECTED] .htaccess advice

2008-07-05 Thread Rob
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:

[EMAIL PROTECTED] htaccess, apache, tomcat

2008-06-05 Thread D'Ausilio, John
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

Re: [EMAIL PROTECTED] .htaccess assistance

2008-04-27 Thread Joshua Slive
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

[EMAIL PROTECTED] .htaccess assistance

2008-04-27 Thread Tom Ray [Lists]
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

Re: [EMAIL PROTECTED] .htaccess for script aliased directories

2008-04-25 Thread Danie Qian
- 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

Re: [EMAIL PROTECTED] .htaccess for script aliased directories

2008-04-25 Thread Joshua Slive
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

Re: [EMAIL PROTECTED] .htaccess for script aliased directories‏

2008-04-25 Thread Joshua Slive
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

Re: [EMAIL PROTECTED] .htaccess for script aliased directories SOLVED!

2008-04-25 Thread Danie Qian
: <[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

Re: [EMAIL PROTECTED] .htaccess for script aliased directories SOLVED!

2008-04-25 Thread matt . farey
, 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

RE: [EMAIL PROTECTED] .htaccess for script aliased directories SOLVED!

2008-04-25 Thread Pam Astor
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

Re: [EMAIL PROTECTED] .htaccess for script aliased directories

2008-04-25 Thread Danie Qian
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

Re: [EMAIL PROTECTED] .htaccess for script aliased directories

2008-04-25 Thread Danie Qian
- 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

RE: [EMAIL PROTECTED] .htaccess for script aliased directori es‏

2008-04-25 Thread Pam Astor
> > 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

Re: [EMAIL PROTECTED] .htaccess for script aliased directories

2008-04-25 Thread Danie Qian
- 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

Re: [EMAIL PROTECTED] .htaccess for script aliased directories

2008-04-25 Thread matt . farey
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

Re: [EMAIL PROTECTED] .htaccess for script aliased directories

2008-04-25 Thread Dragon
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

Re: [EMAIL PROTECTED] .htaccess for script aliased directories‏

2008-04-25 Thread Joshua Slive
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]

Re: [EMAIL PROTECTED] .htaccess for script aliased directories

2008-04-25 Thread Danie Qian
- 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

Re: [EMAIL PROTECTED] .htaccess for script aliased directories

2008-04-25 Thread Danie Qian
- 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

RE: [EMAIL PROTECTED] .htaccess for script aliased directori es‏

2008-04-25 Thread Pam Astor
> 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

Re: [EMAIL PROTECTED] .htaccess for script aliased directories

2008-04-25 Thread Joshua Slive
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. ---

Re: [EMAIL PROTECTED] .htaccess for script aliased directories

2008-04-25 Thread Danie Qian
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

Re: [EMAIL PROTECTED] .htaccess for script aliased directories‏

2008-04-25 Thread Joshua Slive
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

RE: [EMAIL PROTECTED] .htaccess for script aliased directori es‏

2008-04-25 Thread Pam Astor
> > > 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

Re: [EMAIL PROTECTED] .htaccess for script aliased directories‏

2008-04-25 Thread Joshua Slive
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

RE: [EMAIL PROTECTED] .htaccess for script aliased directori es‏

2008-04-25 Thread Pam Astor
> 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

Re: [EMAIL PROTECTED] .htaccess for script aliased directories‏

2008-04-25 Thread Joshua Slive
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

RE: [EMAIL PROTECTED] .htaccess for script aliased directori es‏

2008-04-25 Thread Pam Astor
> > 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

Re: [EMAIL PROTECTED] .htaccess for script aliased directories‏

2008-04-25 Thread Joshua Slive
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

RE: [EMAIL PROTECTED] .htaccess for script aliased directori es‏

2008-04-25 Thread Pam Astor
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

RE: [EMAIL PROTECTED] .htaccess for script aliased directori es‏

2008-04-25 Thread Pam Astor
>>> 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

RE: [EMAIL PROTECTED] .htaccess for script aliased directori es‏

2008-04-25 Thread Pam Astor
> > 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

Re: [EMAIL PROTECTED] .htaccess for script aliased directories‏

2008-04-25 Thread Joshua Slive
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

[EMAIL PROTECTED] .htaccess for script aliased directories‏

2008-04-24 Thread Pam Astor
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

[EMAIL PROTECTED] .htaccess and LDAP dilemma - 2 OUs

2008-03-24 Thread Chris
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

Re: [EMAIL PROTECTED] .htaccess files not recognized

2008-03-19 Thread Joshua Slive
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

[EMAIL PROTECTED] .htaccess files not recognized

2008-03-19 Thread Marc Fromm
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

Re: [EMAIL PROTECTED] .htaccess RewriteRule Not Working.

2008-02-05 Thread Scott Wilcox
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

Re: [EMAIL PROTECTED] .htaccess RewriteRule Not Working.

2008-02-05 Thread Joshua Slive
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

Re: [EMAIL PROTECTED] .htaccess RewriteRule Not Working.

2008-02-05 Thread Scott Wilcox
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

Re: [EMAIL PROTECTED] .htaccess RewriteRule Not Working.

2008-02-05 Thread Joshua Slive
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

[EMAIL PROTECTED] .htaccess RewriteRule Not Working.

2008-02-05 Thread Scott Wilcox
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

Re: [EMAIL PROTECTED] .htaccess file not read

2008-01-18 Thread Krist van Besien
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

[EMAIL PROTECTED] .htaccess file not read

2008-01-18 Thread Joe
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

Re: [EMAIL PROTECTED] .htaccess and hotlinking question/problem

2007-12-24 Thread Joshua Slive
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

RE: [EMAIL PROTECTED] .htaccess and hotlinking question/problem

2007-12-23 Thread Techman
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

Re: [EMAIL PROTECTED] .htaccess and hotlinking question/problem

2007-12-22 Thread Joshua Slive
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

[EMAIL PROTECTED] .htaccess and hotlinking question/problem

2007-12-22 Thread Techman
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

RE: [EMAIL PROTECTED] .htaccess and Server Side Includes

2007-11-21 Thread Boyle Owen
> -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

Re: [EMAIL PROTECTED] .htaccess and Server Side Includes

2007-11-21 Thread Grant Peel
: [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

RE: [EMAIL PROTECTED] .htaccess and Server Side Includes

2007-11-21 Thread Boyle Owen
> -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

[EMAIL PROTECTED] .htaccess and Server Side Includes

2007-11-21 Thread Grant Peel
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

Re: [EMAIL PROTECTED] htaccess url redirect problem

2007-11-07 Thread Joshua Slive
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

[EMAIL PROTECTED] htaccess url redirect problem

2007-11-07 Thread pinky goyal
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

Re: [EMAIL PROTECTED] .htaccess and authentication inside/outside network

2007-10-31 Thread Neil A. Hillard
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

[EMAIL PROTECTED] .htaccess and authentication inside/outside network

2007-10-31 Thread Sean Brown
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

Re: [EMAIL PROTECTED] .htaccess allow access to one file, deny the rest.

2007-10-25 Thread Joshua Slive
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

Re: [EMAIL PROTECTED] .htaccess allow access to one file, deny the rest.

2007-10-25 Thread Doug Hairfield
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

Re: [EMAIL PROTECTED] .htaccess allow access to one file, deny the rest.

2007-10-24 Thread Joshua Slive
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

[EMAIL PROTECTED] .htaccess allow access to one file, deny the rest.

2007-10-24 Thread Doug Hairfield
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   2   3   >