Pages

Error 1 : Snipe-IT (your documentroot is set incorrectly)

D'oh. if you're seeing this, your DocumentRoot is set incorrectly. It should be set to the public directory.

  1. Open Apache httpd.conf (On default installation, it should be in C:\xampp\apache\conf\httpd.conf)
  2. Find DocumentRoot and changed as follows;

    DocumentRoot "C:/xampp/htdocs"
    <Directory "C:/xampp/htdocs">

    Changed to 

    DocumentRoot "C:/xampp/htdocs/snipe-it/public"
    <Directory "C:/xampp/htdocs/snipe-it/public">

  3. Stop and Start Apache
Take note that, this configuration is only for running 1 application or system on 1 server.


No comments:

Post a Comment

You might also like:

Popular Posts