Jump to content

biffwaff

Member
  • Posts

    6
  • Joined

  • Last visited

About biffwaff

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

biffwaff's Achievements

Junior Member

Junior Member (1/3)

0

Reputation

  1. The rewrite is no problem, but in whmcs how can i make the buttons go to the new url?
  2. @brian! I notice that you have created several threads for this. How can I in whmcs 7.7 make it display the cheapest price /month so if I for example would have it setup like: 2.99 monthly 0.99 Triennially I want it do display 0.99/mo instead of 2.99/mo
  3. Hi @wp4all I have now fixed this, at least for client area. But how do I make it so whmcs uses /login instead of /clientarea.php
  4. And when adding location /billing/ { try_files $uri $uri.php $uri/; } to try and remove the .php from the url it just downloads the file instead?! Like /billing/clientarea
  5. Hi. How can I make Nginx friendly urls? I found some other post about this but their configuration does not work anymore. # WHMCS CONFIG location ~ /billing/announcements/?(.*)$ { rewrite ^/(.*)$ /account/index.php?rp=/announcements/$1; } location ~ /billing/downloads/?(.*)$ { rewrite ^/(.*)$ /account/index.php?rp=/downloads/$1; } location ~ /billing/knowledgebase/?(.*)$ { rewrite ^/(.*)$ /account/index.php?rp=/knowledgebase/$1; } # END WHMCS CONFIG When I add this to the configuration file and go to https://example.com/billing/knowledgebase it just displays No input file specified.
  6. Welcome to WHMCS.Community dolios! We're glad you're here please take some time to familiarise yourself with the Community Rules & Guidelines and take a moment to introduce yourself to other WHMCS.Community members in the Introduce Yourself Board.

×
×
  • 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