Forum Replies Created

Viewing 1 replies (of 1 total)
  • Thread Starter tony115

    (@tony115)

    This has been fixed. I contacted my support for the dedicated server and they fixed the issue. Here is a snapshot of what the tech did (he sent me an e-mail).

    1. Navigate your way to the directories conf folder.
    – Usually /var/www/vhosts/domain.com/conf

    2. Create a file called vhost.conf
    – Insert the following text into the file: (remember to replace domainname.com with the actual domain.com)

    <Directory /usr/local/www/vhosts/DOMAIN/httpdocs>
    php_admin_flag engine on
    php_admin_value open_basedir none
    </Directory>

    3. After you have written this file you need to add the following line in httpd.include right before the last </VirtualHost>
    tag :

    Include /usr/local/www/vhosts/DOMAIN/conf/vhost.conf

    example :
    </Directory>
    Include /usr/local/www/vhosts/terminatesarahconnor.com/conf/vhost.conf
    </VirtualHost>

    4. Restart apache – /usr/local/etc/rc.d/apache2.sh restart

Viewing 1 replies (of 1 total)