Hello,
Hoping for some help. I have searched a good bit but could not find anything to help me.
I have created a subdirectory domain for one of my folders through my host, specifically http://jagpm.janglegroup.com/.
Entering this address takes me to my website as expected. I enter my credentials and then I get an error. "The server encountered an internal error or misconfiguration and was unable to complete your request."
I notice that the address after the login have added th jagpm back into the URL, as shown here. http://jagpm.janglegroup.com/jagpm/inde ... inFailed=1.
I have similar subdirectory domains for two other sites with the same host and there work fine.
My host says it is something in my coding, but I am not sure where to look.
Any thoughts on where to look.
Thank you in advance.
Jim
Redirecting After Login
Re: Redirecting After Login
First things which came into my mind:
- You should doublecheck
$host
and$appURI
inconfig.php
- In
hooks/__global.php
check if there is any return value fromlogin_ok(...)
-function - Check if there is any
.htaccess
file, havingRedirect
/RewriteRule
instructions
Kind regards,
<js />
My AppGini Blog:
https://appgini.bizzworxx.de/blog
You can help us helping you:
Please always put code fragments inside
AppGini 24.14 Revision 1665 + all AppGini Helper tools
<js />
My AppGini Blog:
https://appgini.bizzworxx.de/blog
You can help us helping you:
Please always put code fragments inside
[code]...[/code]
blocks for better readabilityAppGini 24.14 Revision 1665 + all AppGini Helper tools
Re: Redirecting After Login
Thanks. Let me take a look.
Re: Redirecting After Login
As always, jsetzer comes through.
Tweaked these $host and $appURI in config.php and it works fine.
Thank you Thank you.
Jim
Tweaked these $host and $appURI in config.php and it works fine.
Thank you Thank you.
Jim