404 error at login page
Hello!
I just moved Sendy from http://www.agarwa.la/list --> http://list.agarwa.la/list
I updated the APP_PATH.
When I attempt to login, I see it for a brief second load, then it redirects to https://list.agarwa.la/list/login and gives a 404.
Is there something I'm forgetting?
Thanks
This discussion has been closed.
Comments
Hi,
Your domain have an automatic redirect setup to redirect any 'http' URLs to 'https'.
Set the APP_PATH in your
/includes/config.php
to:'https://list.agarwa.la/list'
instead of:
'http://list.agarwa.la/list'
Thanks.
Best regards,
Ben
Thank you for the quick response!
I made this change but it is still not working. I also tried to load the page on another computer to make sure it wasn't due to any sort of caching and it didn't work.
Any idea as to what else it could be?
I appreciate your support
Right now, visiting http://list.agarwa.la/list/login throws a 404 error. Please see → https://sendy.co/troubleshooting#404-error
worked - thank you!