phpmyadmin / error-reporting-server

phpMyAdmin server side component for the error reporting system
MIT License
20 stars 28 forks source link

Fix for a Server Setup issue. #38

Closed JayNakrani closed 10 years ago

JayNakrani commented 10 years ago

Signed-off-by: Dhananjay Nakrani dhananjaynakrani@gmail.com

Currently for error-reporting-server to work properly, we need to make DocumentRoot to point to app/webroot directory. And with modifications in DocumentRoot, it is not possible to run other applications (say for example phpMyAdmin) along side error-reporting-server.

With this changes error-reporting-server can be set up in any sub directory of DocumentRoot. And hence more than one applications can be hosted on the same apache server.