[PHP-WIN] htaccess ignored

2003-03-15 Thread Thomas Smart
apache is totally ignoring the htacces file iv got in this folder: http://films.k9logic.nl/123 im running the latest apache 1.3 build on windows xp httpd.conf: AllowOverride All AccessFileName .htaccess Order allow,deny Deny from all Satisfy All .htaccess: AuthType Basic AuthName

[PHP-WIN] .htaccess and crypt

2003-03-01 Thread Chris Morris
I have seen several PHP scripts that act as an interface to .htaccess files. They are able to add, change, and delete users from a nice, web-based interface. The only problem is that they don't work on Windows. I read a post somewhere where someone said that this is because the scripts use "crypt

RE: [PHP-WIN] .htaccess protection / php

2002-08-29 Thread Christian Leberfinger
> i am using the php " md5( ) " function to encrypt > the password. so, when i want to access to the new > user "index.php" the password pop-up window appears > and i type in the username and password, but i can´t > access the user file. Hi, I also wrote a script creating .htaccess-files and I t

[PHP-WIN] .htaccess protection / php

2002-08-29 Thread Andreas Esser
hi, i have written a php script, that automatically creates an user directory, a .htaccess and an index.php file in this user dir. the file, where the username and the password is stored, will also be created automatically. now the problem: i am using the php " md5( ) " function to encrypt the

RE: [PHP-WIN] htaccess and PHP in general

2002-06-03 Thread Scott Hurring
[EMAIL PROTECTED]] > Sent: Monday, June 03, 2002 3:22 PM > To: 'Scott Hurring' > Subject: RE: [PHP-WIN] htaccess and PHP in general > > > Scott, you mentioned you are working on a system like this. > What is the > advantage of using .htaccess/.htpasswd? I mena if t

RE: [PHP-WIN] htaccess and PHP in general

2002-05-31 Thread Scott Hurring
tt Babineau [mailto:[EMAIL PROTECTED]] > Sent: Friday, May 31, 2002 10:40 AM > To: 'Php-Win (E-mail)' > Subject: [PHP-WIN] htaccess and PHP in general > > > I have a client that wants to use htaccess for verification and > authentication into certain areas of a web

[PHP-WIN] htaccess and PHP in general

2002-05-31 Thread Matt Babineau
I have a client that wants to use htaccess for verification and authentication into certain areas of a web site. I suggested to use a combination of PHP/MySQL to get the jobs done. it makes my life easier and reduces low-level administration tasks on his part letting me bundle all the administrati

Re: [PHP-WIN] htaccess password encryption

2002-02-19 Thread Rubén Gutiérrez
On Mon, 11 Feb 2002 14:06:27 +0100 "Martin.Andrew" <[EMAIL PROTECTED]> wrote: > Does anyone know how to encrypt a password for use in htaccess? > > I creating a secure environment using PHP, I create the directory structure > and htaccess files dynamically based on php forms / sessions but I'm

[PHP-WIN] htaccess password encryption

2002-02-11 Thread Martin.Andrew
Does anyone know how to encrypt a password for use in htaccess? I creating a secure environment using PHP, I create the directory structure and htaccess files dynamically based on php forms / sessions but I'm having problems encrypting the password for the htpasswd file for apache. I have see ma

[PHP-WIN] htaccess

2001-09-18 Thread Daniela Jirlaianu
Hello, i am new at this list and also at beginning of learning php. Could someone tell me what i must write in .htaccess file for access restrictions on my web server? thanks, Daniela -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additiona

[PHP-WIN] .htaccess

2001-08-30 Thread Augusto Cesar Castoldi
How can I protected the diretory on Windows/Apache, to users access the scripts he needs to enter the username and password. thanks, Augusto ___ Yahoo! GeoCities Tenha seu lugar na Web. Construa hoje mes

Re: [PHP-WIN] .htaccess

2001-05-17 Thread OoCobra97
With apache, in the httpd.conf file, you can change the .htaccess file to whatever file you want it to access (and protect) ...1st change: AccessFileName .htaccess to AccessFileName whateverfilename.filetype This changes the file apache looks for in each directory for its settings Then right b

Re: [PHP-WIN] .htaccess

2001-05-17 Thread William Jay
Rename any test text file to "tester.htaccess", open, choose open with, check always open with, notepad.exe, and Description of type may be httpd DIR OverRide Settings ... This will associate .htaccess with notepad and make life easier. ""Matt Hivner"" <[EMAIL PROTECTED]> wrote in message 9dr8f

[PHP-WIN] .htaccess

2001-05-15 Thread Matt Hivner
according to the manual (on the web)... "To configure Apache (with the PHP module installed) to PHP-process all the HTML files in a given directory, add the following line to the file ".htaccess" inside the directory: AddType application/x-httpd-php .html .htm It's OK if ".htaccess" contains on

RE: [PHP-WIN] .htaccess file

2001-04-02 Thread Richard Kurth
I add the lines to httpd.conf file and now in the error file I get a c:/httpd/htdocs/autosetup/.htaccess: php_value not allowed here Is there anything else I can do. > Have you given the correct designation to Apache? In > httpd.conf > or access.conf you'll need a line similar to the following:

Re: [PHP-WIN] .htaccess file

2001-04-02 Thread David G.
Have you given the correct designation to Apache? In httpd.conf or access.conf you'll need a line similar to the following: AllowOverride AuthConfig At least in my case, the default Apache behavior was to ignore the use of .htaccess files in all directories unless specifically changed. -

[PHP-WIN] .htaccess file

2001-04-02 Thread Richard Kurth
I am using php4.0.4pl1 with apache 3.0.12 on Windows 98. It is set as PHP as a module in Apache using LoadModule php4_module c:/php/sapi/php4apache.dll. It works just fine as far as I can tell except when I try to use a .htaccess file it does not seem to read the file. The file I what it to read l

Re: [PHP-WIN] htaccess

2001-01-20 Thread Gonzalo Vera
getenv ("REMOTE_USER") Gonzalo. > i wanna use the username the user gave me in the popup box to use it in my > php scripts as a variable how does i get the username to a avriable -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional comma

[PHP-WIN] htaccess

2001-01-20 Thread dominik
i wanna use the username the user gave me in the popup box to use it in my php scripts as a variable how does i get the username to a avriable -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To conta