"Alexandre O. Rosa" wrote: > > Ol� Pessoal, > > Onde devo mexer .....e o que fazer ? > > se a esta��o digitar www.empresa.com.br beleza funciona, mas se > digitar www.empresa.com.br/fulano/detal/index.html fica no > browser http://192.168.0.XXX/fulano/detal/index.html ....... > o que pode ser ? > > Valeu Pessoal....
Ol� Alexandre, # UseCanonicalName: (new for 1.3) With this setting turned on, whenever # Apache needs to construct a self-referencing URL (a URL that refers back # to the server the response is coming from) it will use ServerName and # Port to form a "canonical" name. With this setting off, Apache will # use the hostname:port that the client supplied, when possible. This # also affects SERVER_NAME and SERVER_PORT in CGI scripts. Edite seu httpd.conf e procure a diretiva "UseCanonicalName", altere de "On" para "Off" e restarte o servidor httpd. At� + Eder F. Miotto [EMAIL PROTECTED] Assinantes em 04/02/2002: 2227 Mensagens recebidas desde 07/01/1999: 153416 Historico e [des]cadastramento: http://linux-br.conectiva.com.br Assuntos administrativos e problemas com a lista: mailto:[EMAIL PROTECTED]
