Skip to content

After install /sendy/ was not found on this server.

edited March 2013 in Troubleshooting

Hello i'm getting a bit frustrated

I try to send more than 4000 emails from my website provider but i think it failed and i don't have munch control on the website server.
My sendy quota is 10000 emails per 24 hour period!

So i try to install on a VM to have a "real server"

I have a micro amazon linux.
I change my DNS to point to the elastic ip

elastic ip: 54.244.226.190
domain: dielmar.pt
redirect: dielmar.pt/sendy

sendy.dielmar.pt also is pointing to 54.244.226.190

in: /var/www/html
drwxr-xr-x 10 root 4096 Mar 13 10:03 sendy

my config:

    define('APP_PATH', 'http://dielmar.pt/sendy');

    //database connection credentials
    $dbHost = 'localhost'; //mySQL Hostname
    $dbUser = '***'; //mySQL Username
    $dbPass = '***'; //mySQL Password
    $dbName = 'sendy'; //mySQL Database Name
    //$dbPort = 3306; //mySQL port (only if you need to change it)

    //domain of cookie (99.99% chance you don't need to edit this)
    define('COOKIE_DOMAIN', '');

What i am doing wrong?

Comments

  • my public DNS is ec2-54-244-226-190.us-west-2.compute.amazonaws.com

  • I'v solved!! now i have to sleep. Tomorrow i can do a how to guide :D

This discussion has been closed.