- Edited
Using version 1.12.3
I'm just looking to do the same for my support desk that I do with all my Wordpress installs. Put the software in a subdirectory, but rewrite all access so it comes from root.
So I've installed in subdomain.domain.com/desk/
I would like all access to happen at subdomain.domain.com/
I've used the same rewrite rules in htaccess that I always use for WP, but it looks like internally OST is always forcing everything to point to the actual directory it's installed in, "desk" in this case. So while I can access the desk like I want, all the links displayed and any navigation will take the user into /desk/ from that point onwards.
How can I make it so that nobody ever even knows there is a 'desk' folder in use?