How to configure Coppermine to use the server's URL instead of my own domain name.In order to configure Coppermine to use the server's URL please follow these steps:
1.Go to Cpanel and click on PhpMyAdmin from the Databases box.
2. Choose Coppermine's database from the top right box.
3. Open the SQL tab (look at the top navigation bar).
In the text field write the following SQL query:
UPDATE `cpg_config` SET `ecards_more_pic_target` = "full_server_url_to_coppermine" WHERE `cpg_config`.`ecards_more_pic_target` = "current_url";
"full_server_url_to_coppermine" - this is the full server URL to your Coppermine installation. For example it could be http://siteground185.com/~username. If the installation is placed in a subfolder, the URL should be http://siteground185.com/~username/subfolder.
"current_url" - the URL the Coppermine is initially setup with.
Once you are ready, click on the GO button to submit the query. If everything goes fine without errors, you should be able to access the Coppermine with the server URL.