Hi all,

Have just moved a Drupal 7 site to a new hosting service. My issue is that the site appears to be ignoring the 'Default front page' setting.

It is set to 'home'. Here are the symptoms:

www.mydomain.com/subfolder/ -> result is the correct header and footer but no content and 'Page not found'
www.mydomain.com/subfolder/index.php -> header and footer but no content, 'Page not found'
www.mydomain.com/subfolder/home -> front page loads correctly
www.mydomain.com/subfolder/index?q=home -> front page loads correctly

Any assistance appreciated.

Edit 1: Tried the .htaccess 'RewriteBase /subfolder' change suggested here but had no effect on anything.

Comments

GeeRCS’s picture

The only poor solution I've come up with that works is a server level sub-domain redirect so that anything going to www.mydomain.com/subfolder/ redirects to www.mydomain.com/subfolder/index?q=home

Any suggestions on a solution that fixes the problem within Drupal greatly appreciated.

GeeRCS’s picture

As there are no replies does anyone have an idea where I could find some more assistance on this matter?

GeeRCS’s picture

Really?! Nothing? No clue or no hint of where to find some help?