Howdy Folks:
Trying to get the CLean URLs to work and getting the following error:
Not Found
The requested URL /drupal-4.7.1/index.php was not found on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
Apache/1.3.36 Server at ls401.acenet.net Port 80
Assuming I'm pointing something to the wrong place. Here's my code. Could someone please take a quick glance and let me know what I'm doing incorrect? THANKS
===============
#
# Apache/PHP/Drupal settings:
#
# Protect files and directories from prying eyes.
Order deny,allow
Deny from all
# Set some options.
Options -Indexes
Options +FollowSymLinks
Options -MultiViews
# Customized error messages.
ErrorDocument 404 /drupal-4.7.1/index.php
# Set the default handler.
DirectoryIndex /drupal-4.7.1/index.php
# Override PHP settings. More in sites/default/settings.php
# but the following cannot be changed at runtime.
# PHP 4, Apache 1
php_value magic_quotes_gpc 0
php_value register_globals 0
php_value session.auto_start 0
# PHP 4, Apache 2
php_value magic_quotes_gpc 0