All Collections
Advanced CMS Support
Joomla
Running Joomla on a temporary URL
Running Joomla on a temporary URL
Justin Catello avatar
Written by Justin Catello
Updated over a week ago

This article is mainly for those who have already installed Joomla on a domain and need to view the site on a temporary URL, ex. http://cleveland.securedserverspace.com/~cPuser

**cPuser is an example, make sure to replace it with your cPanel username.

You will need to make changes to 2 different files within the Joomla install.

1. Modify the configuration.php, look for the following:

public $live_site = '';

and change it to: 

public $live_site = 'http://cleveland.securedserverspace.com/~cPuser';

2. Go into .htaccess and change:

# RewriteBase / 

to

#  RewriteBase /~cPuser

3. Clear the cache in the Joomla admin side via:

  • System → Clear Cache from the drop-down menus.

Did this answer your question?