XGProyect / XG-Proyect-v3.x.x

XG Proyect is an OGame clone open-source web application framework designed for creating game clones, particularly those inspired by the popular game OGame, set in a vast and captivating space-themed universe.
https://xgproyect.org
GNU General Public License v3.0
149 stars 101 forks source link

URL setup is wrong #599

Closed Pin-Lui closed 5 months ago

Pin-Lui commented 5 months ago

I Installed the project on an XAMPP server running on Linux. i can log into the game and it seems to work. but when i try to log into the admin panel it won't work because the url is wrong: http://<IP>/admin.php?page=login&redirect= this is where i get redirected to and it should be http://<IP>/public/admin.php?page=login&redirect= the same happens if i try to register a new user and the email is already used as example: http://<IP>/index.php?character=whaaw3&email=msada@gmxds.korh&error=2 this is the redirect but it should be this: http://<IP>/public/index.php?character=whaaw3&email=msada@gmxds.korh&error=2

Pin-Lui commented 5 months ago

del