Topic: Made monsta website live. No longer can create new pages.

I made the following website live.
http://moehammoud.com/monstra/

I went into the settings and redirected the website to the relevant URL and the homepage works but all of the child pages link to a 404 page.

When I create a new page, I get the 404 page too.

Anyone know why this happens. the url being used matches the slug url and appears to be a valid URL. For example: if you click on the blog post it will direct to the relevant URL but will display a 404.

Any help is much appreciated.

Monstra is a great CMS. I recommend it to all front end devs.

Re: Made monsta website live. No longer can create new pages.

Solved. By opening the htaccess files and changing the

RewriteBase /subdomain

to

RewriteBase /

The above works because the website is in the root level of the public_html.