How to remove calling cards (ccshop) shop from GUI
From Kolmisoft Wiki
Jump to navigationJump to search
In the most bottom /etc/httpd/conf/httpd.conf file add following code line:
alias /billing/ccshop /ccshop
then restart http server by running:
service http restart
That's it.