Help, I've just upgraded Drupal to 5.7, followed the instructions and ran the upgrade.php and now my site seems to have some additional text in the default URL.

it's gone from www.example.com to www.example.com/pub-cgi/

and therefore nothing on the site seems to work... if I delete the /pub-cgi/ part of the URL I get to see something - which doesn't look good, but does give me links to other parts of the site - where all these links also include the /pub-cgi/

Can anyone advise me on how to remove the /pub-cgi/

Many thanks for your help
Tony

Comments

GronyTeen’s picture

For whatever reason my setttings.php file was modified when I ran the update.php file and changed the line that started
$base_url = 'http://www....

to

# $base_url = 'http://www

seems a bit odd, but removed the # and the site came back....

Thought i'd post a reply in case it helps someone else

Tony