This user has no favorite topics.
Favorite Forum Topics
Forum Topics Created
| Status |
Topic
|
Supporter | Voices | Posts | Freshness |
|---|---|---|---|---|---|
|
Split: WPML REWRITE BASE / 404 ISSUE (SERVER-LEVEL EFFECT)
Started by: Maria Papaefstathiou
in: English Support
Problem: RewriteBase /en/ and routes requests to /en/index.php. There is no physical /en/ directory as language URLs are virtual. This causes REST API endpoints (/wp-json/, /wp-json/wp/v2/) to break and results in intermittent server-level 404 errors. Disabling WPML stops this behavior, and locking .htaccess prevents the rewrite but is only a workaround. Solution: If this solution does not resolve your issue or seems outdated, we highly recommend checking related known issues at https://wpml.org/known-issues/, verifying the version of the permanent fix, and confirming that you have installed the latest versions of themes and plugins. If the problem persists, please open a new support ticket at WPML support forum. |
|
0 | 3 | 2 months, 3 weeks ago | |
|
MENUS NOT VISIBLE IN WP-ADMIN and WPML REWRITE BASE / 404 ISSUE (SERVER-LEVEL EFFECT)
Started by: Maria Papaefstathiou
in: English Support
Problem: Solution: add_action( 'init', function(){<br /> remove_filter( 'user_registration_get_endpoint_url', 'ur_filter_get_endpoint_url', 10 );<br />});This modification might affect the User Registration & Membership plugin, so it's advisable to contact their support for a more permanent solution. They should use the WPML developer API, specifically the wpml_permalink filter. For the .htaccess rewrite issue, please provide more details by describing the problem again, so we can create a new support ticket to address it specifically. Please note that the solutions provided might become outdated or may not directly apply to your case. If these steps do not resolve your issues, we highly recommend checking related known issues at https://wpml.org/known-issues/, verifying the version of the permanent fix, and confirming that you have installed the latest versions of themes and plugins. If the problem persists, please open a new support ticket. |
|
0 | 6 | 2 months, 3 weeks ago |