RE: [EMAIL PROTECTED] .htaccess help

2006-07-10 Thread Noel Stratton
, 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 p

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-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

[EMAIL PROTECTED] .htaccess help

2006-07-07 Thread Noel Stratton
and select subdirectories forbid users from accessing it? Thank You, Noel Stratton Computer Specialist Members 1st Credit Union - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.

RE: [EMAIL PROTECTED] php & html

2006-02-22 Thread Noel Stratton
also run java) I have started writing my own xml -> pdf engine (not to any standard just one that does what I need). It speeds things up a lot most of time. Updating the engine takes time though. Rick On Feb 22, 2006, at 1:52 PM, Noel Stratton wrote: > Look into CSS > (Cascading Style S

RE: [EMAIL PROTECTED] php & html

2006-02-22 Thread Noel Stratton
Look into CSS (Cascading Style Sheets) With CSS you can tell the printer how to print. -Original Message- From: JC [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 22, 2006 12:47 PM To: Apache Users Subject: [EMAIL PROTECTED] php & html Hi list, My organization is use a very old DOS

[EMAIL PROTECTED] Redirect to https based on user ip address

2006-02-17 Thread Noel Stratton
Good Morning,   I currently have an internal website.  I am now required to let users access the site outside of internal network.  I have got it working so that it will require authentication to an active directory domain when the user is outside of my network.  However, I now to make it w

[EMAIL PROTECTED] Password Protect Directory based on IP address

2006-02-14 Thread Noel Stratton
Howdy, I have had an internal website running for my company. My boss now wants employees to be able to access the website outside of the company LAN and wants it to be password protected. Is it possible when a user is outside of the LAN to prompt for a username and password with .htaccess. Bas

RE: [users@httpd] .htaccess help

2005-05-27 Thread Noel Stratton
owser displays, separate from the web page), or to redirect to a PHP page that will do your custom login (therefore having nothing at all to do with .htaccess), or to require a double login, one HTTP Basic and one your custom login? On Thu, 26 May 2005, Noel Stratton wrote: > I do not believe that w

RE: [users@httpd] .htaccess help

2005-05-26 Thread Noel Stratton
dan wrote: > Noel Stratton wrote: > >> Hello, >> Is there a way to have .htaccess verify username and password from a >> mysql database? If not is there a way to password protect a >> directory with php. >> The reason I ask is that I would like if a user cha

[users@httpd] .htaccess help

2005-05-26 Thread Noel Stratton
password they changed to. Thank You, Noel Stratton Computer Specialist Members 1st Credit Union - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html> for m