http://lcmspastor.com
I can access page nodes, but story and weblink ones just take me back to the home page. I'm wondering whether it has something to do with the PathAuto module. The log says it couldn't find the page, and it won't find attachments, either, so I'm wondering also whether it has something to do with my .htaccess file (see below). Meanwhile, my site is crippled.
.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
php_value register_globals 0
php_value session.auto_start 0
# PHP 5, Apache 1 and 2