-
Hey there. Wondering if it's possible to have mosparo served under a subpath, like domain.com/mosparo? Thanks. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 10 replies
-
Hi @davd-edia Thank you very much for your question. That should be possible, yes. If you're using Apache, we've already added the .htaccess file in the root directory, which should rewrite the requests correctly. If you're using nginx or a different webserver/reverse proxy, you would have to add the rewrite rules as we have in the We recommend using a subdomain. The problem with the subdirectory installation is that we have a lot of files (like configuration files) that should not be exposed to the public, which could happen if the webserver/proxy is misconfigured. The main configuration file can't be exposed since it is a Please let me know if you experience any issues or need help. Kind regards, zepich |
Beta Was this translation helpful? Give feedback.
Hi @davd-edia
I found a solution for your setup. I tested it with nginx as a reverse proxy, but I think it should also work with IIS.
Important are the two lines
rewrite /mospa…