Search results

  1. harux10m

    PHP Scripting Issue

    Hello! I used to have an old website where my links were used like this: [domainname]/site/?id=about [domainname]/site/?id=contact instead of: [domainname]/site/about.php [domainname]/site/contact.php using the following code: <?php $code = $_GET['error'] or $code = $_GET['guide'] or...
  2. harux10m

    Apache Issue with DOCUMENT_ROOT

    Thank you very much for the fix!
  3. harux10m

    Apache Issue with DOCUMENT_ROOT

    Thank you in advance for resolving it. I checked out the test.php file that was generated and it still has /usr/local/apache/htdocs set, but I'll continually check to see if it's fixed. But thanks again for your support!
  4. harux10m

    Apache Issue with DOCUMENT_ROOT

    I checked and indeed I am on xo4. I used to have an account (months ago, until I got so busy with school and it got suspended) and I used the same coding and it worked fine, so you are right, it's probably the new server that is causing issues. Hopefully, it can be resolved. Thanks for your answer!
  5. harux10m

    Apache Issue with DOCUMENT_ROOT

    Hi, I searched through the forums and found a topic that was related to mine. I recently just opened this account and when I tried to use \ <?php include($_SERVER['DOCUMENT_ROOT'] . "/site/layout/includes/lnbInc.php"); ?> It keeps on sending me an error: [31-Aug-2014 00:09:38 America/New_York]...
Top