Re: URGENT Attention Problem

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Jan 30, 2008 1:24 PM, kernel.2k5 <kernel.2k5@xxxxxxxxx> wrote:

> if i type in URL ....
>
> *http://192.168.10.2/fotostick/about *
>
> then it must open the Alias of its that is index.php page but its not
> working

You are not telling the server which of the two virtual hosts you want
the content to come from. In that case the server passes your request
to the first virtual host, which might not be what you want.

Name based virtual hosts work only when you access a webserver using
it's _name_. Try requesting
http://www.livetekindia12.com/fotostick/about. Don.t use IP adresses.

Secondly, you have an alias "/about". this will not be used when you
try accessing "/fotostick/about". Try accessing
http://www.livetekindia12.com/about

If you want "/fotostick/about" to be aliased somewhere you will need
to add a line like this:
Alias /fotostick/about /var/www/html/fotostick/index.php

Krist

-- 
krist.vanbesien@xxxxxxxxx
krist@xxxxxxxxxxxxx
Bremgarten b. Bern, Switzerland
--
A: It reverses the normal flow of conversation.
Q: What's wrong with top-posting?
A: Top-posting.
Q: What's the biggest scourge on plain text email discussions?

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx
   "   from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx
For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx


[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux