I actually cannot bear in mind how I mounted this earlier than, so I am hoping somebody may help.
We’ve a web page within the web site referred to as /weblog/ and this exhibits the checklist of posts within the web site (Settings > Studying > static web page (Posts web page) ). Not an issue.
The posts work when the permalink is ready to “/%postname%/” and never a difficulty.
If we modify to “/weblog/%postname%/” then it generates a 404 error as “/weblog/” already exists as a web page.
If I modify the permalink to “/conor/%postname%/” (a URL that does not exist), then the submit exhibits simply nice.
Can anybody recall if that is an .htaccess setting that I must ignore the /weblog/ listing, or one thing I want so as to add to features.php to permit the permalinks to work, whereas a web page within the URL construction already exists?