Results 1 to 10 of 10

Add on domain internal server error

This is a discussion on Add on domain internal server error within the Troubleshooting forums, part of the vBSEO SEO Plugin category; I have two sites hosted on the same server and apparently I am getting an internal server error when viewing ...

  1. #1
    Member
    Real Name
    partyon
    Join Date
    Jul 2008
    Posts
    76
    Liked
    0 times

    Exclamation Add on domain internal server error

    I have two sites hosted on the same server and apparently I am getting an internal server error when viewing the add on domain because of my htaccess file. Please take a look for me Thanks.

    Code:
    # Comment the following line (add '#' at the beginning) # to disable mod_rewrite functions. # Please note: you still need to disable the hack in # the vBSEO control panel to stop url rewrites. RewriteEngine On  # Some servers require the Rewritebase directive to be # enabled (remove '#' at the beginning to activate) # Please note: when enabled, you must include the path # to your root vB folder (i.e. RewriteBase /forums/) #RewriteBase /  #RewriteCond %{HTTP_HOST} !^www\.yourdomain\.com #RewriteRule (.*) http://www.yourdomain.com/forums/$1 [L,R=301]  RewriteRule ^((urllist|sitemap_).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]  RewriteCond %{REQUEST_URI} !(admincp/|modcp/|cron) RewriteRule ^((archive/)?(.*\.php(/.*)?)?)$ vbseo.php [L,QSA]  RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !^(admincp|modcp|clientscript|cpstyles|images)/ RewriteRule ^(.+)$ vbseo.php [L,QSA]   order allow,deny deny from list of IP's  allow from all  order allow,deny allow from all

  2. #2
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,744
    Liked
    169 times
    Hello,

    please try to create .htaccess file in add-on domain folder with one line:
    Code:
    RewriteEngine off

  3. #3
    Member
    Real Name
    partyon
    Join Date
    Jul 2008
    Posts
    76
    Liked
    0 times
    Lovely, thank you

  4. #4
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,744
    Liked
    169 times
    You are welcome!

  5. #5
    Member
    Real Name
    partyon
    Join Date
    Jul 2008
    Posts
    76
    Liked
    0 times
    For some reason one of our members has said they are getting a green apache page after using what you said although it works fine for me. What could this be?

    Here is the link to the add on domain:

    I-Teen Mag

  6. #6
    vBSEO.com Webmaster Mert Gökçeimam's Avatar
    Real Name
    Lizard King
    Join Date
    Oct 2005
    Location
    Istanbul, Turkey, Turkey
    Posts
    23,111
    Liked
    622 times
    Blog Entries
    4
    It is working correct for me.
    Mert Gökçeimam / Crawlability Inc.

    vBSEO 3.6.0 Alpha Önizlemesi - Including Like Tree
    Unveiling the NEW vBSEO Sitemap Generator 3.0 - available NOW for vBSEO Customers!


    Twitter:@Depkac
    Personal Blog : Mert Gökçeimam

  7. #7
    Member
    Real Name
    partyon
    Join Date
    Jul 2008
    Posts
    76
    Liked
    0 times
    It is for me too, for some reason on my girlfriend's PC it is coming up with the Apache page. I have tried ipconfig /flushdns on her PC to see if it would help but no luck yet.

  8. #8
    Junior Member
    Real Name
    Daniel
    Join Date
    Oct 2008
    Posts
    23
    Liked
    0 times
    Is there another way to do this? I need
    RewriteEngine
    ON with my Add On Domains. Thanks....

  9. #9
    vBSEO Staff Brian Cummiskey's Avatar
    Real Name
    Brian Cummiskey
    Join Date
    Jul 2009
    Location
    btwn NYC and Boston
    Posts
    12,789
    Liked
    657 times
    Blog Entries
    2
    Once you turn it off, you can turn it back on again, which should clear up the rules.

    if not, you can wrap your htaccess file in conditions for each host based on %HTTP_HOST% variable.

    Ideally, you shouldn't use addon domains for seperate sites.

  10. #10
    Junior Member
    Real Name
    Daniel
    Join Date
    Oct 2008
    Posts
    23
    Liked
    0 times
    Thanks Brian. It seems to be working for now. Ill give it a few days to run and see if things change.

Similar Threads

  1. Internal Server Error
    By TF-TM in forum Türkçe
    Replies: 6
    Last Post: 10-01-2008, 12:00 PM
  2. 500 internal server error plz help
    By Seleno in forum Troubleshooting
    Replies: 3
    Last Post: 07-29-2008, 04:08 PM
  3. 500 Internal Server error
    By tehPARADOX in forum Troubleshooting
    Replies: 3
    Last Post: 06-15-2008, 07:34 AM
  4. Internal Server Error
    By sportsmedjosh in forum Troubleshooting
    Replies: 5
    Last Post: 02-06-2007, 10:00 PM
  5. 500 Internal Server Error - Addon Domain
    By Fork in forum General Discussion
    Replies: 5
    Last Post: 01-02-2007, 07:27 PM

Posting Permissions

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