CiviCRM Community Forums (archive)

*

News:

Have a question about CiviCRM?
Get it answered quickly at the new
CiviCRM Stack Exchange Q+A site

This forum was archived on 25 November 2017. Learn more.
How to get involved.
What to do if you think you've found a bug.



  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Installing CiviCRM »
  • Drupal Installations (Moderator: Piotr Szotkowski) »
  • Base url?
Pages: [1]

Author Topic: Base url?  (Read 1474 times)

dredbird

  • I post occasionally
  • **
  • Posts: 42
  • Karma: 0
Base url?
November 27, 2007, 06:43:02 am
We've moved our site over to a dedicated server.

I installed and tested on the new box before the name server change, but I used the IP address as the base url during installation.

After the name server update I changed the base url to our domain in the setup files but our secure certificate doesn't work because it's using the IP address instead of our domain. In the header of all of our site pages (if you 'view source'), it refers to the civicrm .css by full url using IP instead of domain:

Code: [Select]
<style type="text/css" media="all">@import "/misc/drupal.css";</style><style type="text/css">@import url(http://207.218.210.77/modules/civicrm/css/civicrm.css);</style>
Can I edit this value somewhere in my site files?
My worst fear is that the rhythm really is going to get me.

dredbird

  • I post occasionally
  • **
  • Posts: 42
  • Karma: 0
Re: Base url?
November 27, 2007, 07:17:00 am
Never mind. "Resource URLs".

CiviCRM Home --> Administer CiviCRM --> Global Settings --> Resource URLs

This is where I was able to change the values.

Quote
These settings define the URLs used to access CiviCRM resources (CSS files, Javascript files, images, etc.). Default values will be inserted the first time you access CiviCRM - based on the CIVICRM_UF_BASEURL specified in your installation's settings file (civicrm.settings.php).
My worst fear is that the rhythm really is going to get me.

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Installing CiviCRM »
  • Drupal Installations (Moderator: Piotr Szotkowski) »
  • Base url?

This forum was archived on 2017-11-26.