Redirected to logout page when visiting installation page
Hi,
This is a fresh install. Followed the installation guide. When I go to run the install process, step 4 (https://TheClement.com/sendy/ I get a redirect to https://theclement.com/sendy/logout
https://theclement.com/sendy/_compatibility.php?i=1 Shows 10/10
my .htaccess file is not-edited (original from sendy)
My database has been populated with several tables.
~~~~
Looking for ideas.
Thanks!
This discussion has been closed.
Comments
Figured it out. Fixed it by change the following line in the config file. Notice the capitalization of the domain name. I am just used to typing that URL out that way...
From:
define('APP_PATH', 'https://TheClement.com/sendy');
TO:
define('APP_PATH', 'https://theclement.com/sendy');