Hi There,
Just installed the 1.7 version with drupal 6.22 and get the following errors. I have done all the readme.txt suggestions and checked the cookie settings to ensure the "."... the apache server alias is there.. etc... but still these two errors.. and ideas?
Web server - show/hide details Not working yet
HTTP request to http://subdomain-test.site.com/subdomain/test returned the following result:
HTTP_HOST:
QUERY_STRING:
REQUEST_URI:
SCRIPT_FILENAME:
drupal_get_normal_path:
Your web server is not routing subdomains to your Drupal directory.
Drupal's inbound URL rewriting - show/hide details Not working yet
HTTP request to http://subdomain-test.site.com/subdomain/test resulted in an internal Drupal path of . It should have been ~subdomain-test/subdomain/test
The custom_url_rewrite_inbound() function in settings.php is rewriting the internal path incorrectly. Did you patch settings.php? See readme.txt for instructions.
Comments
Comment #1
virtuali1151 commentedOk.. disabled global redirect and that got one error gone... but still this one still exists..
Drupal's inbound URL rewriting - show/hide details Not working yet
HTTP request to http://subdomain-test.site.com/subdomain/test resulted in an internal Drupal path of . It should have been ~subdomain-test/subdomain/test
The custom_url_rewrite_inbound() function in settings.php is rewriting the internal path incorrectly. Did you patch settings.php? See readme.txt for instructions.