How to remove calling cards (ccshop) shop from GUI

From Kolmisoft Wiki
Jump to navigationJump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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.