Excerpt from hostmaster.profile

function hostmaster_profile_final() {
..........
  // This is set to true, because the node/add/site form needs
  // to use AHAH to create a valid node, and ahah_forms requires clean_urls
  variable_set('clean_url', TRUE);
..........
  drupal_goto('hosting/wizard');
}

Page cannot load after drupal goto assumes clean urls are working but they're not.

Comments

anarcat’s picture

Title: Clean URLs assumed on install » Non-clean_url support
Category: bug » feature
Priority: Critical » Normal

The situation is basically that you need clean_urls for hostmaster to works. Since it is assumed you have mostly complete control over the server, I consider this is not a critical issue so I'm downgrading this to a feature request.

adrian’s picture

Status: Active » Closed (works as designed)

downgrading this further.

we enforce them working.

also the hosting wizard no longer exists.

anarcat’s picture

Issue tags: +FAQ

faq material