Wordpress subdomain says error 404

wordpress subdomain says error404 when opening a new blog

Http://lifeglome.epizy.com/blog/hello-world/

You need to change the website URL from the database’s phpMyAdmin to point to the domain’s URL without subfolder, and then change the .htaccess file contents on your htdocs folder with these ones:

# BEGIN WordPress

RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# END WordPress
5 Likes

Thanks, only creating the .htaccess file worked

1 Like

Also is it possible to have https instead of http in epizy subdomain?

no, it is not possible with subdomain.

5 Likes

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.