I can't get clean url's to work on one of my websites - strangest thing, because it works perfectly fine on another website that I have. When I run the "Clean URL test", it give me a 404 error. Here is my setup:
Drupal 4.7
Shared Apache Server with hosting company
drupal installed in /public_html/ folder; no subdirectories
I have tried the following:
Re-uploading .htaccess that came with Drupal
Editing .htaccess based on reccomendations from older posts on this forum
As it stands, here is the contents of my .htaccess file:
#
# Apache/PHP/Drupal settings:
#
# Protect files and directories from prying eyes.
Order deny,allow
Deny from all
# Set some options.
Options -Indexes
Options +FollowSymLinks
# Customized error messages.
ErrorDocument 404 /index.php
# Set the default handler.
DirectoryIndex 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