Results 1 to 3 of 3

Thread: Not Found The requested URL / was not found on this server conf

  1. #1
    nandana is offline Member
    Join Date
    Jan 2009
    Posts
    61

    Smile Not Found The requested URL / was not found on this server conf

    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??

  2. #2
    robertbasic's Avatar
    robertbasic is offline Member
    Join Date
    Feb 2009
    Location
    Serbia
    Posts
    57

    Default

    Where is this related to ZF?

    Did you add abc.info to /etc/hosts? If not, do so.
    Web developer and PHP enthusiast doing code magic.

    ~ Site ~ Blog ~ You twitt? ~

  3. #3
    nandana is offline Member
    Join Date
    Jan 2009
    Posts
    61

    Default

    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.

Similar Threads

  1. The requested URL /Index/index.php was not found on this server.
    By pan in forum General Q&A on Zend Framework
    Replies: 15
    Last Post: 04-14-2012, 10:11 PM
  2. CLI php.exe not found
    By umair862 in forum General Q&A on Zend Framework
    Replies: 12
    Last Post: 06-23-2011, 12:24 PM
  3. Problem "Not Found The requested URL"
    By bilge in forum Installation & Configuration
    Replies: 3
    Last Post: 03-08-2010, 03:41 PM
  4. 404 not found using Zend Server CE
    By lup0z in forum General Q&A on Zend Framework
    Replies: 1
    Last Post: 01-12-2010, 01:45 PM
  5. Classes not being found?
    By deerly in forum General Q&A on Zend Framework
    Replies: 2
    Last Post: 07-04-2009, 08:27 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •