Jump to content

client area error: too many redirections after move the whmcs to other domain


soportenetq

Recommended Posts

Hello, good day, we move our whmcs to other domain to <domain>/miportal , we reissue our licence and change the url in the db following these steps

 

https://www.whmcs.guru/tips-and-tricks/whmcs-tips-tricks-changing-whmcs-url/

 

now we can access correctly to the admin area but when we try to access to the client area we get a many redirections error, actually this run perfectly all the admin area but fails with the client area

 

we're not sure if the problem could be caused because we're running a WP in the root route <domain>..we exclude the folder miportal from the wordpress rewrite rules

 

# BEGIN WordPress

<IfModule mod_rewrite.c>

RewriteEngine On

RewriteBase /

RewriteRule ^index\.php$ - [L]

RewriteCond %{REQUEST_URI} !^/(miportal|miportal/.*)$

RewriteCond %{REQUEST_FILENAME} !-f

RewriteCond %{REQUEST_FILENAME} !-d

RewriteRule . /index.php [L]

</IfModule>

 

# END WordPress

 

but this doesnt work...

 

what could be the issue here?..I appreciate any help, thank you so much

 

thank you guys and have a wonderful day

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated