Shared Hosting Glide 403 Error #587
Unanswered
lucidpolygon
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Wish I had an answer for you. Might need to reach out to your service provider. Definitely sounds like a config issue though. While laravel works in shared services it wasn't designed to do so. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I encountered a 403 error with Glide URLs on my shared hosting, as shown in the screenshot. Everything works well in my local hosting (herd). But seems to have issue when in production. Seem like some sort of server config thing.
#333 (Related). They seemed to have solved it, but I can't make it work with .htaccess / apache.
After looking into it, it appears that the signature or URL parameters are somehow getting lost before reaching the show method.
Interestingly, when I disabled the try/catch signature checking mechanism, the issue seemed to resolve itself.
So, the query parameters are still not making it through to the route for some reason.
I came across a similar query on this topic at #500. I've tried different versions of the solution in my .htaccess file but haven't had any success yet.
Any guidance on how to resolve this would be greatly appreciated.
my .htaccess
Beta Was this translation helpful? Give feedback.
All reactions