sdelements / lets-chat

Self-hosted chat app for small teams
http://sdelements.github.io/lets-chat
MIT License
9.76k stars 1.58k forks source link

Wrong redirect after log out -> /login/ and not /lets-chat/login/ #718

Closed janstieler closed 7 years ago

janstieler commented 7 years ago

Hi, I don't know what i'm doing wrong. I installed lets-chat in a subfolder lets-chat, if I log me out I will redirected to xxx.de/login and not to xxx.de/lets-chat/login

Have I a mistake in my .htaccess

RewriteEngine On

RewriteCond %{SERVER_PORT} 80
RewriteRule ^lets-chat/(.*) http://localhost:myportnumber/$1 [P]

I don't have the most experience with node applications.

Cheers

mmeinert commented 7 years ago

Give a look at #411 , I think you'll find your answer

janstieler commented 7 years ago

@mmeinert Thanks, why I don't have found it last night? Problem solved, thanks again!