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" WHEREcpg_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.

You need help with an application? hostlantern is specialized in hosting and supporting more than 200 scripts. Sign up for our web hosting services and let us help you with your application, 24/7!

  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

Coppermine Gallery (version =< 1.4.17) security issues

There are some known security issues with Coppermine Galleries (version =< 1.4.17). You are...

Coppermine resources.

The official Coppermine website. The official Coppermine documentation. The official support...

Initial Coppermine installation and configuration.

There are two ways you can install Coppermine on your account: Manually, by downloading the...

Detailed Coppermine requirements.

The minimal Coppermine server requirements are listed below: PHP 4.1 above - http://php.net...