VN
404 Error on new WordPress site installation
1 reply
jo
Hello @victornzekwu
This is an issue unrelated to CyberPanel however he is what you try:
- Change your .htaccess because it might be a .htaccess misconfiguration
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
Also restore the permissions of your .htaccess file to 0644
- Plugins might cause this. Try disable all plugins and try again
- Disable modsecurity and try again (last resort)
- Disable cache plugin or clear cache from the plugin’s settings
Finally run in ssh terminal sudo systemctl restart lsws
