I’m new to ghost (just complete my first install and migration from wordpress)
my ghost blog is accessible from directly from the domain www.domain.com but I want to create a folder accessible via www.domain.com/folder which will have some custom html but independent from my ghost blog. I have created the folder on the server with an index.html page in it but when I go to www.domain.tld/folder I get a 404 page from my ghost blog. How can I achieve this (making ghost ignore the routing for that particular folder) ?
Are you using Apache as a reverse proxy? You’ll need to tell it to serve the files in /folder directly. This isn’t really a Ghost question - it’s a reverse proxy configuration question. :)
Most folks here who self-host run Nginx as the reverse proxy (and that’s what most of the tutorials and the default install walk you through), but if you’re stumped after Googling how to set up Apache with a folder and a reverse proxy, perhaps someone here can help. It would be a good idea to post your (redacted) config file for the reverse proxy.