Difference between revisions of "How to remove calling cards (ccshop) shop from GUI"

From Kolmisoft Wiki
Jump to navigationJump to search
(New page: 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)
 
 
Line 7: Line 7:
  service http restart
  service http restart


That's it
That's it.

Latest revision as of 07:04, 5 May 2010

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.