On Jan 30, 2008 1:24 PM, kernel.2k5 <[EMAIL PROTECTED]> 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

-- 
[EMAIL PROTECTED]
[EMAIL PROTECTED]
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: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to