How do I change the base URL in the Drupal settings.php file?
I added a domain to my hosting set up as a "parked domain" via the c-panel. The DNS settings for the URL are pointed at the correct IP.
Now, I am trying to set the base URL in the Drupal settings.php file to the correct url. See below:
* Base URL (optional).
*/
$base_url = 'http://website.example.edu'; // NO trailing slash
After I make the change to the base URL in the settings.php file, I can no longer log in to the Drupal site as an admin.
What am I doing wrong?
Now, I am trying to set the base URL in the Drupal settings.php file to the correct url. See below:
* Base URL (optional).
*/
$base_url = 'http://website.example.edu'; // NO trailing slash
After I make the change to the base URL in the settings.php file, I can no longer log in to the Drupal site as an admin.
What am I doing wrong?