I'm using the following permalink structure:
/%category%/%postname%/
And this is causing me to get 404 errors on pages where the slug is in Hebrew (English slugs work fine).
Extra info:
- The database is UTF-8 (utf8_general_ci), and the DB_CHARSET on wp-config.php is set to UTF-8 as well.
- Changing the permalink structure to /%year%/%category%/%postname%/ solves this, however, /%category%/%year%/%postname%/ (which is also acceptable) Does not solve it.
- Chaning it to /blog/%year%/%postname%/ solves the problem for pages, but now I'm getting 404's for posts.
- I've never had any problem like this in dozens of WordPress websites I've designed, all of them are Hebrew, using the same host & permalink structure.
Any ideas?
Thanks in advance.