| View previous topic :: View next topic |
| Author |
Message |
rasterrex
Joined: 01 Dec 2003
Posts: 3
|
| Posted: Mon Dec 01, 2003 6:27 pm Post subject: noob needs help |
|
|
I copied a dir over from my hd to the htdocs dir in apache2triad
but when i type the ulr in ie6 it says the following
Access denied for user: 'root@127.0.0.1' (Using password: NO) "
help please :shock: |
|
| Back to top |
|
rasterrex
Joined: 01 Dec 2003
Posts: 3
|
| Posted: Tue Dec 02, 2003 3:25 am Post subject: |
|
|
| Please can some one tell me how to remove the password protection on htdocs |
|
| Back to top |
|
juancho
Joined: 06 Oct 2003
Posts: 42
Location: Argentina
|
| Posted: Tue Dec 02, 2003 5:30 am Post subject: |
|
|
I don't think that would be a smart thing, but ok, it's your box...
Delete the .htpasswd file on your htdocs folder.
That's all. |
|
| Back to top |
|
kolatracks
Joined: 07 Jul 2003
Posts: 313
Location: UK
|
| Posted: Wed Dec 03, 2003 4:12 pm Post subject: |
|
|
The error your getting is not related to http basic-auth. It's to do with mysql.
And the chances are that you copied something like php-nuke or phpmyadmin which need a password to access mysql and now the passwords don't match.
What you need to do is make sure the passwords in the config files (of php-nuke or phpmyadmin) match the one being used for the root account in mysql. |
|
| Back to top |
|
rasterrex
Joined: 01 Dec 2003
Posts: 3
|
| Posted: Wed Dec 03, 2003 9:39 pm Post subject: |
|
|
| Thankyou very much for the help this solved my problem :D |
|
| Back to top |
|
| |