search for: srishtisutra

Displaying 1 result from an estimated 1 matches for "srishtisutra".

2007 Nov 22
4
reg vhost in apache
...mes from servername (i.e http://sutra) it should redirect to my home page.if url comes from serverAlias(i.e http://sutrateam) it should go to advance search page....if any one knows how to do pls help me below file is my vhost file <VirtualHost *:80> ServerName sutra ServerAlias srishtisutra ServerAlias sutrateam ServerAlias sutrasrishti DocumentRoot D:/project/sutra/public <Directory "D:/project/sutra/public"> Options FollowSymLinks AllowOverride None Order allow,deny Allow from all </Directory> Rewrite...