thought i fixed the problem but something causing it again can seem to add paged to my wordpress or this happens
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Click below to sign up and get $100 of credit to try our products over 60 days!
Hello,
I would recommend checking if your Wordpress default .htaccess file rules are present. This is a very common cause of that problem.
Also make sure that you have mod_rewrite enabled:
And then restart Apache:
Finally, if this does not help, I would recommend following the steps here on how to troubleshoot common Apache problems:
https://www.digitalocean.com/community/questions/how-to-troubleshoot-common-apache-issues-on-linux-server
Regards, Bobby