Welcome to MobyThreads.com!
FAQFAQ      ProfileProfile    Private MessagesPrivate Messages   Log inLog in
All support for the MobyThreads Threaded phpBB MOD can now be found on welsolutions at this forum

htaccess problem

 
   Web Hosting and Web Master Forums (Home) -> Apache RSS
Next:  webdav  
Author Message
ccarpenter

External


Since: Aug 28, 2003
Posts: 3



(Msg. 1) Posted: Sun Aug 31, 2003 4:55 pm
Post subject: htaccess problem
Archived from groups: alt>apache>configuration (more info?)

If I access my web page with just the ip address such as,
http://123.123.123.123
I only get prompted once for the user id and password.

If I access the page by the domain name such as,
www.server.host.com
it will prompt me for the user id and password then
after I enter it another user id and password box will
open up. After entering the user id and password the
second time it will let me in.

What is the differance between entering the ip address
as compared to the domain name?

I have been to the apache web site;
http://www.apache.org/docs/misc/FAQ.html#prompted-twice
but still can't seem to get it working.

I have a Slackware 9.0 server with Apache 1.3.27
the following is in the httpd.conf.

<Directory "/var/www/htdocs">
Options Indexes FollowSymLinks MultiViews
AllowOverride All
Order allow,deny
Allow from all
AuthUserFile /path-to-passwords/passwords
AuthGroupFile /dev/null
AuthName ByPassword
AuthType Basic
<Limit GET>
require valid-user
</Limit>
</Directory>

and I have tried all of the following in httpd.conf:
ServerName server-name.mydomain.com
ServerName www.server-name.mydomain.com
and UseCanonicalName Off

Thanks
Chip

 >> Stay informed about: htaccess problem 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
.htaccess problem - Hi all, First of all, sorry for the long story, but I hope it will make my problem clear and leaves as little questions unanswered as possible. I'm experiencing a problem with .htaccess that seems to be quite common. Unfortunately, after spending hours...

.htaccess problem - hello, I have disabled directory browsing for all folders on my server and written a .htaccess allowing it for one folder. I would like to know what to put in a .htaccess file so that full access to all directories is enabled for only two IP addresses. ...

what is .htaccess ? - Hi Ive recently purchased an apache webserver from am ISP which i access through webmin. In there i can access the file: httpd.conf This file appears to hold all the config. In here i can make changes, setup websites etc. I have been reading up o...

htaccess question - If I access my web page with just the ip address such as, http://123.123.123.123 I only get prompted once for the user id and password. If I access the page by the domain name such as, www.server.host.com it will prompt me for the user id and password....

I Know this can be done...htaccess authentication - This is what I want to do, I know it can be done. Use a general login form to accept the username and password and pass the value to Apache's htaccess authentication system. IE, use my own form to gather values, NOT the ugly pop-up box. This is what ...
   Web Hosting and Web Master Forums (Home) -> Apache All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]