aMember installed at website.com/site [Thu Feb 12 20:24:54 2009] [error] [client 71.170.102.21] client denied by servr configuration: /home/hostwebsite/public_html/hostwebsite/.htaccess this is the .htaccess file located at website.com DirectoryIndex index.html index.htm default.htm index.php Options -Indexes # BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPress when I choose Email send method I get a 404 error message. (default 404 for website.com) this happens on all of the options. There is another install of aMember in the root folder but it's no longer in use just for backup purposes. it doesn't share the same database or anything. It's on a hostgator account. I don't think I left anything out. -Brad
I figured out that it is not escaping the @ symbol in the email which is causing the problem. has nothing to do with .htaccess or anything else... aMember 3.1.4PRO -Brad