1 Mar
2005
1 Mar
'05
5:26 p.m.
On Tue, 1 Mar 2005, Julian Bond wrote:
I have a test drupal 4.51 at http://localhost/bikeweb
So in conf.php I have $base_url = "http://localhost/bikeweb";
In bootstrap.inc function page_set_cache() cached pages are saved at $base_url . request_uri()
and Apache is reporting via function request_uri() $_SERVER['REQUEST_URI'] = '/bikeweb/'
So the cached page gets set in the cache table with a cid of http://localhost/bikeweb/bikeweb/ if the cache has to be rebuilt, I then start getting assorted errors because the path is now wrong.
Is this related to this patch? http://drupal.org/node/10917 Cheers, Gerhard