Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can I access ghost admin?

I installed ghost on my digital ocean droplets as explained in this tutorial.

The problem is that when I can't access the admin with http://my-ghost-blog.com/ghost/editor/. It only displays my blog home page. In addition, when I navigate on the site (for example I go to a blog post), the url does not update, it's always http://my-ghost-blog.com/

How can I solve this problem?

Maybe it comes from the fact that I use Freenom, a free domain name provider; and maybe it does not redirect the full url path?

like image 1000
arthur.sw Avatar asked Sep 16 '25 18:09

arthur.sw


1 Answers

You should have updated config.js file with your domain url for production environment.

like image 59
Oleg Konovalenko Avatar answered Sep 18 '25 09:09

Oleg Konovalenko