Tag: WordPress
-
Testing permalinks after changing style
As I’m quite new to WordPress, I wasn’t very clear on what happens if you change the permalink style. I started out using day+month+year+topic_title, but wondered if changing to just topic_title would break anything. So, here’s a link to my first blog post: See: WordPress fix-up : rest API gives 404 Now, if I publish…
-
WordPress fix-up : rest API gives 404
This showed up in WordPress’s Dashboard : Site Health Status. The actual message was along the lines of “When testing the REST API, an unexpected result was returned”. I Googled this together with “Ubuntu 20.04”, and found the following useful info: https://stackoverflow.com/questions/49858884/wordpress-rest-api-returning-404 Changing /etc/apache2/apache2.conf from: <Directory /var/www/> Options Indexes FollowSymLinks AllowOverride None Require all granted…