Hi,
If I export a Ghost site to JSON, delete Ghost and then install it again on another domain, will I be able to import the JSON fie and have all of my posts and users back again without any issue?
Also, can I install Ghost into a subdirectory of a websites root directory.
For example, if my websites root directory looks like this:
mythbound.online
|---- index.html
|---- assets
|---- img
|---- vid
|---- css
|---- js
|---- chat
Can I install Ghost like into a blog subdirectory, like this:
mythbound.online
|---- index.html
|---- assets
|---- img
|---- vid
|---- css
|---- js
|---- chat (forwards to discord)
|---- blog (ghost)
Then, set the URL for ghost to be mythbound.online/blog. So when someone goes to mythbound.online/blog they get the get access to the blog (which is the Ghost site), but they don’t need to remember any subdomains or anything like that, and everything stays within the same domain structure, so that posts have URLs like:
mythbound.online/blog/post-title
Admin URL
I would also want to use a subdomain for the backend access, such as dash.mythbound.online, so that I could have guest authors submit articles for publication.
I would also like to have mythbound.online/dash auto redirect to the admin URL.
Is that possible?
Thanks