uplink42 / etmv2

A web based trading manager for the Eve Online MMORPG
https://www.evetrademaster.com
GNU Affero General Public License v3.0
20 stars 7 forks source link

Cant register or login. #205

Closed Subcode closed 6 years ago

Subcode commented 6 years ago

Hi, I just installed everything according to the readme but im unsire if i should be connecting to port 8080 or make a symlink in the /var/www/html folder. if i connect to port 8080 it does not load index.php but show me a directory listing. If i make a symlink i cannot register or log in. it cant find /main/register was not found on this server. Same for login. What am i doing wrong? OS: Ubuntu Desktop 16.04

uplink42 commented 6 years ago

Hello. Seems like a problem with url rewrites or your web server configuration. There should be no need to create symlinks. In Apache, the .htaccess file should take care of all routing and navigation.

Subcode commented 6 years ago

So i should pull the repository into /var/www/html instead of making a.symlink? Or i should use port 8080 provided by gulp? Gulp does not seem to support php. The readme does not say anything about where to put the files or what to do with apache so i am a bit confused unfortunately.

Thank you for your help, Fabian.Schneider

On Oct 17, 2017 11:37, "uplink42" notifications@github.com wrote:

Hello. Seems like a problem with url rewrites or your web server configuration. There should be no need to create symlinks. In Apache, the .htaccess file should take care of all routing and navigation.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/uplink42/etmv2/issues/205#issuecomment-337176037, or mute the thread https://github.com/notifications/unsubscribe-auth/AAoYKJL1Y2H163dieYNNfsGGsQX06D9hks5stHVkgaJpZM4P63OO .

Subcode commented 6 years ago

Thanks this helped a lot. I seem to have fixed it by enabling rewrite and allowing htaccess files. Please note that rewrite is not enabled by default in apache2 and the need to enable this has not been stated on the git repository.

Thanks a lot for your help, Fabian Schneider

On Oct 17, 2017 11:37, "uplink42" notifications@github.com wrote:

So i should pull the repository into /var/www/html instead of making a.symlink? Or i should use port 8080 provided by gulp? Gulp does not seem to support php. The readme does not say anything about where to put the files or what to do with apache so i am a bit confused unfortunately.

Thank you for your help, Fabian.Schneider

On Oct 17, 2017 11:37, "uplink42" notifications@github.com wrote:

Hello. Seems like a problem with url rewrites or your web server configuration. There should be no need to create symlinks. In Apache, the .htaccess file should take care of all routing and navigation.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/uplink42/etmv2/issues/205#issuecomment-337176037, or mute the thread https://github.com/notifications/unsubscribe-auth/AAoYKJL1Y2H163dieYNNfsGGsQX06D9hks5stHVkgaJpZM4P63OO .

uplink42 commented 6 years ago

I did not know about that. I'll update the readme. Glad it worked out for you.