I have Drupal autoinstalled on hosting server. Original path was: host/autoinstalator/drupal1. It works excellently for Drupal 6.x.
I upgraded 6.19 (provided by host) -> 6.20 -> 7, set the Base URL to http://mydomain.pl, and RewriteBase //autoinstalator/drupal1 in .htaccess. This also works excellently in 6.x.
However, in Drupal 7 the path to front page works, but paths to subpages not. They are in the form: http://mydomain.pl/autoinstalator/drupal1/subpage.
I even changed RewriteRule ^ index.php [L] to RewriteRule ^(.*)$ index.php?q=$1 [L,QSA] (the same as in D6). Error still exists.
Comments
Comment #1
AndrzejG commentedA while ago I submitted related issue, see http://drupal.org/node/787426#comment-4262056 .
One note more: when path has no index.php suffix, the front page is OK, as seen in attached without_index.png. However, once index.php is added, the page is not found, and user links disappear in the theme. They are not visible in each subpage with false path.
Comment #2
AndrzejG commentedAnother test. I removed domain name from base_url, i. e. it is now $base_url = '';
No change, behavior is the same.
Also redirection to another front page (in .../admin/config/system/site-information) doesn't work.
Comment #3
AndrzejG commentedSorry. My settings file was somehow corrupted (ignored warning).