sunny2910
Verified User
quote:
--------------------------------------------------------------------------------
Originally posted by iliad2b
follow up from 9
10. i deleted the index.htm file (sander815 is right)
11. in the .htaccess file i added the following code at the very top of the file:
Options +Indexes
IndexOptions +FancyIndexing +FoldersFirst
12. which leaves me with:
Options +Indexes
IndexOptions +FancyIndexing +FoldersFirst
AuthGroupFile /dev/null
AuthName "development"
AuthType Basic
AuthUserFile /home/blah/domains/blah.org/.htpasswd/public_html/development/.htpasswd
require valid-user
13. waaahooooooo... i am now able to see my files and directories, and when i click on them it ask's me to download or if its a directory it goes into the directory.
14. almost done, i want to ftp into this directory with a gui ftp program. do i have to do anything special when i tell my ftp program to go directly into this newly created directory "folder"?
--------------------------------------------------------------------------------
Hey,
my first mail here.
I had the same problem as iliad2b.
So I inserted the same as mentiones in step 11 above.
I brings me to my directory which I had already protected with a password.
But if I now directly go to the webpage (which is supposed to be protected, there is no longer a password check.) For example, there is a simple pdf-file installed as test, and this opens completely wwithout even asking a password.
Someone any help?
Before copying this step 11: I tried with several passwords in the setup for a protected directory (protected directory propmpt, user, and twice a password)
I never could pass the loginprocedure, and always ended up with error 404.
Thx anyway
marc
--------------------------------------------------------------------------------
Originally posted by iliad2b
follow up from 9
10. i deleted the index.htm file (sander815 is right)
11. in the .htaccess file i added the following code at the very top of the file:
Options +Indexes
IndexOptions +FancyIndexing +FoldersFirst
12. which leaves me with:
Options +Indexes
IndexOptions +FancyIndexing +FoldersFirst
AuthGroupFile /dev/null
AuthName "development"
AuthType Basic
AuthUserFile /home/blah/domains/blah.org/.htpasswd/public_html/development/.htpasswd
require valid-user
13. waaahooooooo... i am now able to see my files and directories, and when i click on them it ask's me to download or if its a directory it goes into the directory.
14. almost done, i want to ftp into this directory with a gui ftp program. do i have to do anything special when i tell my ftp program to go directly into this newly created directory "folder"?
--------------------------------------------------------------------------------
Hey,
my first mail here.
I had the same problem as iliad2b.
So I inserted the same as mentiones in step 11 above.
I brings me to my directory which I had already protected with a password.
But if I now directly go to the webpage (which is supposed to be protected, there is no longer a password check.) For example, there is a simple pdf-file installed as test, and this opens completely wwithout even asking a password.
Someone any help?
Before copying this step 11: I tried with several passwords in the setup for a protected directory (protected directory propmpt, user, and twice a password)
I never could pass the loginprocedure, and always ended up with error 404.
Thx anyway
marc