The MU forums have moved to WordPress.org

User validation error (9 posts)

  1. Nekusagi
    Member
    Posted 17 years ago #

    http://nekusagi.clanlogs.net/wp-activate.php?key=e9e7c95b70c64ec5

    when I try to access it I get a Server Not Found error.

    Any idea why?

  2. donncha
    Key Master
    Posted 17 years ago #

    Have you got a wildcard DNS record setup for your domain? There's a section in the README.txt on this topic with more information.

  3. Nekusagi
    Member
    Posted 17 years ago #

    yes I did, but did not touched in that
    [code]
    <VirtualHost 64.246.62.114>
    DocumentRoot /home/photomat/public_html
    BytesLog domlogs/photomatt.net-bytes_log
    User photomat
    Group photomat
    ServerAlias *.photomatt.net
    ServerName http://www.photomatt.net
    CustomLog domlogs/photomatt.net combined
    RedirectMatch 301 (.*) http://photomatt.net$1
    </VirtualHost>
    [/code]

  4. donncha
    Key Master
    Posted 17 years ago #

    You should replace Matt's domain and log paths with your own ..

  5. Nekusagi
    Member
    Posted 17 years ago #

    I didn't got clear...
    I mean that I don't have access to httpd.conf and so I can't ad such lines by hand. There's other way?

  6. donncha
    Key Master
    Posted 17 years ago #

    Unfortunately not. You'll have to use sub directories instead of virtual hosts.

  7. Nekusagi
    Member
    Posted 17 years ago #

    check this out:


    RewriteCond %{HTTP_HOST} ^www.seobook.com [NC]
    RewriteRule ^(.*)$ http://seobook.com/$1 [L,R=301]

    @ http://www.seobook.com/archives/001714.shtml

    seem that can be done in htaccess... but Im not expert on it...

  8. donncha
    Key Master
    Posted 17 years ago #

    I don't think that will work. The important part of the virtual host settings is the "server alias" part. That tells Apache to send all requests for that domain to this virtual host.

    One way around it is if there's only one virtual host on your machine. Then all requests will be sent to the same host, but that probably isn't the case.

  9. Nekusagi
    Member
    Posted 17 years ago #

    I see, thanks Donncha

About this Topic

  • Started 17 years ago by Nekusagi
  • Latest reply from Nekusagi