How can I install/configure my phpAuction to be able to access it from the server’s URL?

You can update this PHPAuction setting through the script's MySQL database. The most convenient way to manage the database is through the phpMyAdmin tool. Go to your cPanel and click on the phpMyAdmin link in the Databases box.

Once in the phpMyAdmin select the PHPAuction database from the drop-down menu on the left. The page will refresh and the database's tables will be displayed on it. Open the SQL tab (look at the top navigation bar).

In the text field write the following SQL query:

UPDATE PHPAUCTION_settings SET siteurl = "http://servername/~username" WHEREPHPAUCTION_settings.siteurl = "domain.com";

Change "servername" to the server's hostname you account resides on and "username" to your cPanel user. The "domain.com" stands for the domain name the PHPAuction is initially setup.

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

Where can I find the official PHPauction Forum?

You can find a forum related with PHPAuction at the following URL: http://auctioncode.com/...

Where can I find the official PHPauction documentation page?

You can find the official PHPAuction documentation at the following URL:...

My PHPauction application is not working correctly via the server address.

Make sure the script is well configured to work with the server URL. Please follow the...

How can I upgrade my PHPAuction site/application?

In order to upgrade your PHPAuction you can take advantage of our Exclusive Professional...

How to reset my administrative password?

In order to reset PHPAuction administrator's password please follow these steps: 1. Log in...