How to publish your blog/page

Enonic version: 6.4.2
OS: Ubuntu

Hey,
How can i publish my “superhero” blog so people can access it form the web.
I have a domain i want to point to the blog.

What port should i forward in the router? will only bring people to the login page?

Thanks

Internally the port is the same you use for connecting to the admin.

You should probably configure a Virtual Host with the path you want to expose.
Have a look at the Virtual Host configuration

Published content is available on the path /portal/master/<your_content_path>
Normally you want to map that to /, see the 2nd example with host=enonic.com in the doc.

1 Like

Thank you for the reply. ill check it out.