2 Responses to “RewriteBase not working in htaccess for drupal 5 or drupal 6”  

  1. 1 BagoZonde

    ..or just edit Your settings.php by add line:

    $base_url = ‘http://www.mysite.com/drupal5’;

  2. 2 jpezzetti

    I don’t like doing it that way b/c referencing images, links, etc. with relative paths (ie ‘/files/images/x.jpg’) will break if using a subdirectory in development. The method above is still the best I’ve found for simulating a production environment on a development server.

Leave a Reply