By richard102 on
Hi Y'all
I posted a while ago about sorting out a post installation URL issue on my Drupal Intranet (changing HTTP:///drupal5/ to HTTP:///) and was directed to a fix here ...
http://bitnami.org/forums/forums/1/topics/173
... which works great.
Unfortunately, there's another twist, when I go to Administer / Site Configuration / Site information.
The 'default front page' is set as 'HTTP:///Drupal5/node/1' instead of 'HTTP:///node/1'.
This has the effect that everytime I click a administrative link I get back into the old, wrong, urls containing drupal5.
Apologies if this isn't very clear.
Comments
Hi, you could just change
Hi, you could just change the link to: node/1
DS
Hi DS, yes indeed, thats
Hi DS, yes indeed, thats what its set to. Thereare two parts to this setting. The first part seems to be 'read only' and is like 'HTTP://(local host)/drupal5/', and the second part is 'node/1' and I can change.
My issue is how to change the first part.