prawnsalad / KiwiIRC

This is **DEPRECATED**! Please go to https://github.com/kiwiirc/kiwiirc
https://kiwiirc.com
GNU Affero General Public License v3.0
891 stars 277 forks source link

URL EMBEDDING isn't working #939

Closed spencerthayer closed 7 years ago

spencerthayer commented 7 years ago

On my own custom installation of Kiwi, running on port 80 the URL http://MYCOOLEXAMPLESITE.COM/client/irc.kiwiirc.com/my_cool_channel doesn't work. I get a simple white page reading,Not Found. So the URI doesn't send the data in the URL to the app for embedding. How can I make this work on my site? This should be documented. Thanks!

spencerthayer commented 7 years ago

NEVERMIND! Figured it out. I would still like to see this documented better. The fix is this line for anyone looking for it.

// Base HTTP path to the KIWI IRC client (eg. /kiwi)
conf.http_base_path = "/kiwi";