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:

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

    D'oh. if you're seeing this, your DocumentRoot is…

  • Reveal password stored in Internet Explorer
    Reveal password stored in Internet Explorer

    Source : http://www.nirsoft.net IE PassView is a…

  • CISPA Reached the US Senate
    CISPA Reached the US Senate

    While people have been appalled by the recent…

  • Open Source Wi-Fi Hotspot Solutions (DD-WRT)
    Open Source Wi-Fi Hotspot Solutions (DD-WRT)

    These are my new RnD on using Open Source…

Popular Posts