Page load requires a trailing “/” [closed]

I have a new problem today which I didn’t have yesterday. Nothing in my code had changed, which is the most confusing part. (Which means the error maybe started before some kind of cacheing?)

None of my custom pages will load without a trailing “https://wordpress.stackexchange.com/” in the URL. I’ve never seen this error before and it seems impossible to google for the answer.

Any help?

1 Answer
1

sounds like a .htaccess issue

use a standard theme – still got the error?
yes –> investigate your .htaccess file in the root of your site
is the rewrite module loaded –> check with phpinfo() on your local server
no –> investigate a .htaccess file within the template directory

in both cases:
check the rewrite rules within the .htaccess file

Leave a Comment