Displaying 1 result from an estimated 1 matches for "sutrasrishti".
2007 Nov 22
4
reg vhost in apache
...o 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>
RewriteEngine On
# Check for maintenance file and redirect a...