email test error after install on subfolder

Discussion in 'Installation' started by btray77, Feb 12, 2009.

  1. btray77

    btray77 New Member

    Joined:
    Feb 12, 2009
    Messages:
    2
    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
  2. btray77

    btray77 New Member

    Joined:
    Feb 12, 2009
    Messages:
    2
    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

Share This Page