Hello,
on my corporate LAN, i have
- a server (Debian Woody) with Apache 1.3/MySql/PHP (192.168.150.1)
- some Windows stations
- and a Linux box under mandrake 9.2 (192.168.150.10 or
cerquetti.cmpp.org) w/ Apache 2 + Mysql + PHP
The DNS (BIND) is located in the first server. I declared in its host
the linux box (cequetti.cmpp.org 192.168.150.10 cerquetti)
The problem : when i type i type in the linux box browser.
http://localhost/subdierctory/file.php, everything is OK.
When i type from another client
http://cerquetti.cmpp.org/file2.php OK,
but when i type cerquetti.cmpp.org/subdirectory/file3.php, the file
cannot be located.
Why ?
Thanks in advance
Gilles