D'oh. if you're seeing this, your DocumentRoot is set incorrectly. It should be set to the public directory.
- Open Apache httpd.conf (On default installation, it should be in C:\xampp\apache\conf\httpd.conf)
- 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">
- 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