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
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
> 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
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
[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
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
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
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
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
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
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
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
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
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
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:
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.
-
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
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
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
19 matches
Mail list logo