Jump to content

End User License Agreement Broken Link Redirection


Recommended Posts

I've just upgraded from WHMCS 7.5.2 to 7.6.0 today, everything was smooth but when I tried to login, it showed me the "End User License Agreement" page.

When I clicked on the "I Agree" button, it sent me to 404 page not found error. For your information, I'm currently using a custom whmcs admin directory so the link end up like this www.something.gov/customadmindir/eula-accept

I can't proceed to the dashboard for now. Help me, its urgent!

Link to comment
Share on other sites

I've just read this thread: 

 

and I copied the .htaccess and replaced my old one and I can get it work. My previous htaccess was:

# https://stackoverflow.com/questions/38983034/force-https-and-www-in-htaccess
RewriteCond %{HTTP_HOST} !^www\. [NC,OR]
RewriteCond %{HTTPS} off
RewriteCond %{HTTP_HOST} ^(?:www\.)?(.+)$ [NC]
RewriteRule ^ https://www.%1%{REQUEST_URI} [R=301,L,NE]

Maybe that's why I can't get the eula-accept link to work. I've append my custom rule below the one provided from the thread below.

Link to comment
Share on other sites

I'd like to see a some rules for nginx but in the mean time I got around this by logging in as a normal user then using the "back to admin" link to get to the admin user. Once there I could set Setup > General Settings > Friendly URLs back to Basic URLs and use another browser to go to the admin/ area to get past the EULA agreement. After that I set Friendly URLs back to Full Friendly Rewrite and all seems well, until the next upgrade but by then I hope to find the correct rewrite rule for nginx.

Link to comment
Share on other sites

9 hours ago, markc said:

I'd like to see a some rules for nginx

there are some in the link below for 7.2, but whether they work i've no idea (don't use nginx) - though it's also possible Support may have some appropriate rules...

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