Results 1 to 5 of 5
  1. #1

    no index with prefix www

    Hey all, I have a client who's index will not come up when using "www". Of course I have checked the dns severs and all is well. Anyone have any ideas?

  2. #2
    Quote Originally Posted by Shawn_KCD
    Hey all, I have a client who's index will not come up when using "www". Of course I have checked the dns severs and all is well. Anyone have any ideas?
    Check the web server configuration file (e.g., httpd.conf) for the following lines:

    User www
    Group www
    ServerAdmin admin@yourdomain.com
    ServerName www-fill-in-the-rest

  3. #3
    Join Date
    Apr 2005
    Posts
    1,767
    Make sure you have a VirtualHost config for www.whatever.com, not just whatever.com

  4. #4
    Join Date
    Mar 2004
    Location
    Singapore
    Posts
    6,990
    This is better in the Technical Forum. Moved.

  5. #5
    When you attempt to get that index page what error message or response do you get instead? That will help track down what the problem is.

Posting Permissions

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