+ Reply to Thread
Results 1 to 3 of 3

Thread: Server side includes don't work after server migration

  1. #1
    kingb is offline New Bee
    Join Date
    May 2007
    Posts
    9
    WHB Points this Month
    0.00
    WHB Points
    0.00
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Server side includes don't work after server migration

    My long working server side includes, on an old site that I have on Server 23, no longer work.

    Like this one:
    <div id="right-list"><!--#include file="./content/offer.htm"--></div></div>



    Is it because of this notice that was posted on the server23 forum thread:
    Default Webserver Configuration Change

    We're testing new Apache configuration templates on this server, this is actually a part of the project, aimed at system resource isolation improvement. We prioritize resource utilization by user accounts now, but it imposes stricter requirements on file ownership and file access. Thus, we need to make Apache server processes strictly follow file ownership and file permission attributes. This is achieved by new Apache configuration layout.

    We have automatically added the following lines to all the clients' accounts .htaccess file:

    # Webhostingbuzz.com # Options All and FollowSymLinks are disabled on this server.
    # Webhostingbuzz.com # FollowSymLinks is automatically replaced to SymLinksIfOwnerMatch, All dropped.
    Can I do something to make these work as before?

  2. #2
    Vitaliy K.'s Avatar
    Vitaliy K. is offline WeeHBie
    Join Date
    Apr 2010
    Posts
    487
    Servers
    localhost
    WHB Points this Month
    0.00
    WHB Points
    40.00
    Thanks
    3
    Thanked 2 Times in 2 Posts

    Default

    Hello,

    Most likely, you need to add the following directive to your .htaccess file:

    Options +Includes

    But we would recommend to submit a ticket to Technical Support at our Helpdesk in order for our technicians to check this specific issue more thoroughly.
    Vitalij K.
    CS Team
    WebHostingBuzz.com

    Help WebHostingBuzz today. Like us on Facebook, follow us on Twitter or Google +1 us.
    Visit http://www.webhostingbuzz.com and look for the social media icons at the top of the page.

  3. #3
    kingb is offline New Bee
    Join Date
    May 2007
    Posts
    9
    WHB Points this Month
    0.00
    WHB Points
    0.00
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default That was the answer

    Thanks very much. That was exactly the answer.

    Problem Solved

+ Reply to Thread

Posting Permissions

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