base_url path ignored - causes apache test failure
kyberuserid - June 12, 2009 - 19:25
| Project: | Subdomain |
| Version: | 6.x-1.5 |
| Component: | Code |
| Category: | bug report |
| Priority: | critical |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
If the base url has a path, i.e. http://example.com/drupal instead of http://example.com, the test for apache test fails. If you modify the subdomain_debug.inc subdomain_apache_check() to add the path, to the test URL it succeeds.

#1
This also causes the inbound (but not the outbound) test to fail. Similar fix. Function also had error in the path besides this which I presume like a couple of others already noted. Tests succeed when these applied. Haven't verified the end function of the module yet.
#2
A comprehensive patch for this is required, although the tests succeed, applying the config change crashes.
#3
I'm setting this to critical because it renders the module completely unusable in case Drupal is installed in a folder.
kyberuserid, even though your changes didn't fix the problem completely, can you submit a patch so, others can try and improve it?
PS: subscribe! :-)
#4
Acknowledged, busy with other projects but will give attention within next week or two if noone else does.