Am Freitag, 6. Mai 2005 02.10 schrieb [EMAIL PROTECTED]:
> Forgive me if this question has been answer in the past.
>
> How can you record IP address on your first page index.html?
>
> I am using my index.html to be index.lasso, and client_ip tag does not
> seem to work.
> It is picking up my server IP, and yes I have turned off the setting in
> Lasso.
>
> Now it seems to work if I actually write out
> http://websitename.com/index.lasso,
>
> why doesn't it work with just http://websitename.com/ ?
>
> I do not want the user to be having to type out index.lasso to access
> the first page.

Your question has nothing to do with mysql, but:

If you use apache, you have to configure the DirectoryIndex directive in 
httpd.conf:

# DirectoryIndex: Name of the file or files to use as a pre-written HTML
DirectoryIndex index.lasso

joe

-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to