Title: FIX FOR 404 ERRORS
Last modified: September 11, 2025

---

# FIX FOR 404 ERRORS

 *  [preciousgabraels](https://wordpress.org/support/users/preciousgabraels/)
 * (@preciousgabraels)
 * [8 months, 2 weeks ago](https://wordpress.org/support/topic/fix-for-404-errors/)
 * **Use this to fix the 404 error on cart and checkout pages:**
   **You have to add
   this to the top of your `.htaccess` file:**
 *     ```wp-block-code
       # DEBUG: Visible redirect so we can see what's happening<IfModule mod_rewrite.c>RewriteEngine OnRewriteCond %{REQUEST_URI} ^/whmcs-bridge/cart/?$ [NC]RewriteCond %{QUERY_STRING} !(^|&)ccce= [NC]# Use a visible redirect while debugging so you can see Location headerRewriteRule ^whmcs-bridge/cart/?$ /whmcs-bridge/?ccce=cart [R=302,L,QSA]</IfModule>
       ```
   
 * **NB: **Change the `whmcs-bridge` to the name of your bridge page.

The topic ‘FIX FOR 404 ERRORS’ is closed to new replies.

 * ![](https://ps.w.org/whmcs-bridge/assets/icon-256x256.png?rev=1860008)
 * [WHMCS Bridge](https://wordpress.org/plugins/whmcs-bridge/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/whmcs-bridge/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/whmcs-bridge/)
 * [Active Topics](https://wordpress.org/support/plugin/whmcs-bridge/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/whmcs-bridge/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/whmcs-bridge/reviews/)

 * 0 replies
 * 1 participant
 * Last reply from: [preciousgabraels](https://wordpress.org/support/users/preciousgabraels/)
 * Last activity: [8 months, 2 weeks ago](https://wordpress.org/support/topic/fix-for-404-errors/)
 * Status: not a support question