You're editing the wrong .htaccess file. These code are from Wordpress's .htaccess file and not from Sendy's .htaccess file.
I suspect you did not upload Sendy's .htaccess file to Sendy's installation folder, can you please verify this? Please make Sendy's .htaccess file is uploaded to your Sendy's installation folder.
Comments
also does not seem to send the password reset
Hi @jonbennett,
Have you changed the APP_PATH and the mySQL database credentials in
/includes/config.php
?And what host are you using Sendy with right now?
Thanks.
Ben
yes. app path has been changed. - cloudsites by rackspace
Hi @jonbennett,
I visited your installation and it went to "Page not found". It's a 404 error.
Here's the fix http://sendy.co/discussion/5/404-error-after-install/p1
Ben
Done this and verified with Host - still redirects to http://onlinemarketingpl.us/sendy/app?i=3 upon login and throws a 404 error
Here are the contents of my .htaccess
RewriteBase /sendy
BEGIN WordPress
RewriteEngine on
RewriteBase /
RewriteBase /sendy
RewriteRule ^index.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
END WordPress
please help :-)
Hi @jonbennett,
You're editing the wrong .htaccess file. These code are from Wordpress's .htaccess file and not from Sendy's .htaccess file.
I suspect you did not upload Sendy's .htaccess file to Sendy's installation folder, can you please verify this? Please make Sendy's .htaccess file is uploaded to your Sendy's installation folder.
Thanks.
Ben