Where is this related to ZF?
Did you add abc.info to /etc/hosts? If not, do so.
Hi all,
I have updated my httpd.conf file with one more site details.
I had already abc.com details, now I have added abc.info as well like this
[PHP]<VirtualHost 79.170.40.185:80>
ServerName abc.info
ServerAlias www.abc.info
DocumentRoot /home/public_sites/default/public_html
DirectoryIndex index.php
<Directory /home/public_sites/default/public_html>
Options -Indexes IncludesNOEXEC FollowSymLinks
allow from all
AllowOverride All
</Directory>
</VirtualHost>[/PHP]
But abc.info is giveing the above mentioned error. abc.com is working fine. Any idea why??
Where is this related to ZF?
Did you add abc.info to /etc/hosts? If not, do so.
Thank you,
But my /etc/hosts just have the following code...
[PHP]127.0.0.1 ds-10567.ds-10.com ds-10567 localhost.localdomain localhost
::1 localhost6.localdomain6 localhost6[/PHP]
Only with this code in hosts and that of httpd.conf abc.com is working fine but not abc.info...
Please tell me any solution.