Hi. Problem is bigger end point: order-paid gives the same 404 problem. When you save the permalinks it has been solved but the next day again the same problem. So some where it set back to the 404 error. Then again saving the permalinks solved it for only a day
Thanks for the update. Since saving the permalinks fixes the issue temporarily but it returns after a day, this usually indicates that something on the site is regenerating or overwriting the rewrite rules (for example, a custom plugin, theme code, cron job, or server-level cache).
Hi. The given solution didn't work. Here the ht-access file.
# BEGIN WP Rocket
# Use UTF-8 encoding for anything served text/plain or text/html
AddDefaultCharset UTF-8
# Force UTF-8 for a number of file formats
<IfModule mod_mime.c>
AddCharset UTF-8 .atom .css .js .json .rss .vtt .xml
</IfModule>
# FileETag None is not enough for every server.
<IfModule mod_headers.c>
Header unset ETag
</IfModule>
# Since we’re sending far-future expires, we don’t need ETags for static content.
# developer.yahoo.com/performance/rules.html#etags
FileETag None
# Send CORS headers if browsers request them; enabled by default for images.
<IfModule mod_setenvif.c>
<IfModule mod_headers.c>
# mod_headers, y u no match by Content-Type?!
<FilesMatch "\.(avifs?|cur|gif|png|jpe?g|svgz?|ico|webp)$">
SetEnvIf Origin ":" IS_CORS
Header set Access-Control-Allow-Origin "*" env=IS_CORS
</FilesMatch>
</IfModule>
</IfModule>
# Allow access to web fonts from all domains.
<FilesMatch "\.(eot|otf|tt[cf]|woff2?)$">
<IfModule mod_headers.c>
Header set Access-Control-Allow-Origin "*"
</IfModule>
</FilesMatch>
Thanks for sharing the .htaccess file contents, it seems fine. To isolate the cause of this issue, could you please try to follow the below steps on staging/test site:
1. Take a backup of your site first for safety reasons.
2. Deactivate all plugins except WooCommerce, WPML and its add-ons.
3. Switch to the default WordPress theme Twenty Twenty-Five.
4. Resave permalinks from the Settings >> Permalinks page by pressing the save changes button.
5. If the issue is gone, start reactivating the other plugins one by one to find which one might be causing a conflict.
Kindly let me know the results,
Thank you
The topic ‘[Closed] trantation order conformation page error’ is closed to new replies.