Report this

What is the reason for this report?

The requested URL /shop/ was not found on this server. Apache/2.4.18 (Ubuntu) Server at Port 443

Posted on December 21, 2017

thought i fixed the problem but something causing it again can seem to add paged to my wordpress or this happens



This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

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.

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:

sudo a2enmod rewrite

And then restart Apache:

systemctl restart apache2

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

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.