[support] Base URL Problem

Metzler, David MetzlerD at evergreen.edu
Thu Dec 8 00:18:45 UTC 2005


Ron, 
 
This is in your apache httpd.conf file, or alternatively in the included
vhosts.conf file for apache.  Where this lives depends on your
distribtution.  In mine (redhat) it's in /etc/httpd/conf.  Here's a
sample of the drupal configured snippet. By default in apache the
AllowOverride is set to none. 
 
<Directory "/www/www2">
Options ExecCGI Indexes FollowSymLinks MultiViews
AllowOverride all 
Order allow,deny
Allow from all

</Directory>

 
 

________________________________

From: support-bounces at drupal.org [mailto:support-bounces at drupal.org] On
Behalf Of Ron Mahon
Sent: Wednesday, December 07, 2005 1:57 PM
To: support at drupal.org
Subject: RE: [support] Base URL Problem 



 

Dave 

You got me on the right track.

I had tried q=user to log on but it didn't work.

q=admin/settings no only works but everything showed with clean url.

Not familiar with "allow overrides" is or how to configure it.

Thanks

Ron

 

 

________________________________

From: Metzler, David [mailto:MetzlerD at evergreen.edu] 
Sent: Wednesday, December 07, 2005 3:20 PM
To: support at drupal.org; drupal-support at drupal.org
Subject: RE: [support] Base URL Problem 

 

Also I'd verify that allow overrides is configured for this directory in
Apache, and that mod_rewrite is enabled.  

 

You can also temporarily test drupal without clean URL's enabled.  You
should be able to access the back door page by navigating directly to
http://localhost/inmrc?q=admin/settings.  Drupal will let you know
whether clean URL's will work with your current apache config settings.
You can temporarily disable clean urls' while you get your apache config
working right. 

 

Dave

 

 

 

________________________________

From: support-bounces at drupal.org [mailto:support-bounces at drupal.org] On
Behalf Of Ron Mahon
Sent: Wednesday, December 07, 2005 10:14 AM
To: drupal-support at drupal.org
Subject: [support] Base URL Problem 

I am setting up a new test server on Ubunt Linux. Every thing was
looking Good, until I tried to get past the first page in Drupal. 

 

I copy this whole site directory from Windows to Linux the databases are
identical every thing is the same.

Except that the windows machine used php5. The Linux machine is using
php4.3. 

 

I figure it's something to do with the apache 2 setup or configuration.

This is the base string

$base_url = 'http://localhost/inmrc';

 

This is the error I get.

 

The requested URL /inmrc/user was not found on this server. 

 

The base directory string is correct, but it seams to ignore the
http://localhost <http://localhost/>  part 

 

Has anybody experienced this? 

Thanks

Ron

 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.drupal.org/pipermail/support/attachments/20051208/cf13dd34/attachment-0001.htm


More information about the support mailing list