vince52 No, the apache2 config doesnt seems to work, since its forbidden to access in a browser. Any suggestions?
An other thing:
During the guide, we move the /home/ebot/eBot-CSGO-Web-master/ folder to /home/ebot/ebot-web/
So i think the apache2 config should be like this:
Alias /ebot-csgo/ /home/ebot/ebot-web/web
<Directory "/home/ebot/ebot-web/web">
AllowOverride All
Allow from All
</Directory>
Or should the folder be moved to /home/ebot-web/ ?
Along with Debian 8.3, I'm trying the guide with Debian 7.9, just to try which setup is best. Which Debian version did you use?