Hi
<VirtualHost *:80>
ServerName www.domain1.com
RewriteEngine On
DocumentRoot /home/pagetest/
<Directory /home/pagetest/>
Options Indexes FollowSymLinks Multiviews
AllowOverride ALL
Order allow,deny
Allow from all
<VirtualHost *:80>
ServerName www.domain2.com
RewriteEngine On
DocumentRoot /home/pagetest/
<Directory /home/pagetest/>
Options Indexes FollowSymLinks Multiviews
AllowOverride ALL
Order allow,deny
Allow from all
Above are my host entries
Now both Domain use to access dashboard to run test
I want to dashbaord will be visibale only to one domain
like client can get & receive test to www.domain2.com but when i type www.domain2.com in browser dashboard should not visible
i will use www.domain1.com to enter url
what port use to transfer files ?