Having problems installing Drupal? See the Installation Guide for more information.

Apache2 and Clean URLs

Hello. I've a drupal site with Apache2 server. I modified the .htaccess file to enable Rewrite rules and to substitute mod_php4 for sapi_apache2. But when I activate "Clear URLs", address are not correctly resolved (I get error 404: not found).

print_r(apache_get_modules()) returns:

Array ( [0] => core [1] => mod_access [2] => mod_auth [3] => mod_log_config [4] => mod_logio [5] => mod_env [6] => mod_setenvif [7] => prefork [8] => http_core [9] => mod_mime [10] => mod_status [11] => mod_autoindex [12] => mod_negotiation [13] => mod_dir [14] => mod_userdir [15] => mod_alias [16] => mod_so [17] => mod_actions [18] => util_ldap [19] => mod_auth_ldap [20] => mod_auth_pam [21] => mod_auth_sys_group [22] => mod_dav [23] => mod_dav_fs [24] => mod_deflate [25] => sapi_apache2 [26] => mod_rewrite [27] => mod_ssl )

Here is my .htaccess file:


#
# Apache/PHP/site settings:
#

# Protect files and directories from prying eyes:

order deny,allow
deny from all

# Set some options
#Options -Indexes
#Options FollowSymLinks

# Customized server error messages:
ErrorDocument 404 /index.php

# Set the default handler to index.php:
DirectoryIndex index.php

# Overload PHP variables:
#

# If you are using Apache 2, you have to use

.htaccess RewriteBase and variable_get()

I upgraded from 4.2 to 4.3.2 to 4.4.2. Since on 4.4.2 my http logs are full of 404 errors. It seemed like the rewrite rules in .htaccess were no longer working ( alot of the 404s are for old style urls). After a lot of searcing here I discovered the RewriteBase tip and added that to my .htaccess. Now, if an old style url is entered I get the undefined function variable_get() in common.inc problem.

catch 22?

An example of this is the old style rss feed url site_name/module.php?mod=node&op=feed

Any ideas?

J

mime_registry.module problem

hi,

when i installed the mime_registry.module i have the following errors,

mailhandler.module

hi,

I installed the mail handler module with version 1.63 developed by Julian Bond.
Upon installation, i get an error,

warning: Cannot modify header information - headers already sent by (output started at mailhandler.module:698) in common.inc on line 23

apart from the error, no further information is displayed on the web page.

when i refresh the page, i get the webpage that i have clicked with the warning displayed at the top of the page.

May i know how to fix the problem.

thanks.

SQL Fatal error

It would be great if you could help me solve this strange problem:

I installed version 4.1 because I have only PHP 4.0.6 and Mysql 3.23.32
but I had the same problem with version 4.2

The installation and the connection to the database works but then
I get this message when I try to open index.php:

Scheduler mod in 4.4.2?

Sorry if this is the wrng place ... I do my best;-)

Anyway . I have now decided to give Drupal a chance. I don't understand anything really, but then i don't know Apanish either and if i can learn that - then what's the problem?

I would like to try Drupalon a non-profit site I am running since 1996 - Stop Child Abuse. i now have it on PostNuke mainly cause that was the one I knew about and managed to get running. Previously i have tried Xoops, PhpWebsite and anothe that I forgot.

Pages

Subscribe with RSS Subscribe to RSS - Installing Drupal