On Jan 5, 2008 10:23 PM, Alain Roger <[EMAIL PROTECTED]> wrote:
> Hi,
>
> Serveral web sites have a menu and when you pass your mouse over a link, the
> browser statusbar only shows the folder where is located the file link, not
> the complete address including the file link.
>
> i mean if you take web site : http://www.zend.com/en/
> when you pass your mouse cursor over "Company" link, it displays only : "
> http://www.zend.com/en/company"; in the statusbar of your browser.
> how is it possible whereas the link points to "company/index.htm" ?

In that example the link takes you to http://www.zend.com/en/company/
- not http://www.zend.com/en/company/index.htm

index.htm is the default file it looks for based on apache config.

See http://httpd.apache.org/docs/2.2/mod/mod_dir.html for more info.
You can set it to whatever you like, but as a rule apache uses
index.html or index.htm or index.php and asp/asp.net uses default.asp
or default.aspx.

-- 
Postgresql & php tutorials
http://www.designmagick.com/

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to