Question
How to setup ghost in a sub directory with apache2
Hello I’m trying to setup ghost on my new droplet in a sub directory but cant get it to work for the life of. I’ve followed the these tutorials:
http://www.allaboutghost.com/how-to-install-ghost-in-a-subdirectory/
http://www.allaboutghost.com/how-to-proxy-port-80-to-2368-for-ghost-with-apache/
I basically want my main website to be srachit.com (which is working) and then a link to srachit.com/blog where my ghost website will be present (currently going to this link just displays all the files in that directory)
Any suggestions on what may be wrong?
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×
I have managed to get the blog to display here: http://srachit.com:2368/blog/
How do I make it to display here: http://srachit.com/blog
This is my srachit.com.conf for apache2