I published the English domain as hidden link. Everything is working well for all pages except one issue with the individual blog pages. For the alternate language tags, they are not picking well as expected. e.g. If you check a blog page when on either EN or NL domain, it applies the domain URL of the current language to the slug of the blog instead of the correct language URL. hidden link
.htaccess:
webuser
7qFTCF5kP8W2 hidden link hidden link hidden link
1. Let's start by meeting WPML's minimum requirements. I've noticed your website has a low PHP memory allocation (40M). The minimum requirement for WPML is 128M but we recommend 256M:
- Access your server via FTP and open wp-config.php (in your WordPress root directory).
- Insert those lines just before /* That's all, stop editing! Happy blogging. */
2. Go to "Settings > Permalinks" and re-save them.
3. I see that you have a plugin called "Remove CPT base", this type of plugin can create some issues where WordPress has a hard time to resolve the url. Try to deactivate it for a moment.
4. I can see in your debug information that your permalink structure is /%postname%/ but your blog posts have /blog/ in front of them. Did you change the premalink structure? How are you adding /blog/?
When you're testing those solutions, don't forget to clear your cache.
The topic ‘[Closed] Everything is working well for all pages except one issue with the individual bl’ is closed to new replies.