You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have Dokku set up and using this buildpack. Browsing to anyphpfile.php/anything/here will result in a 403 error, "Access Denied". I believe this is conflicting with trying to use this rewrite rule.
#Hardcoded URL since it tries to use a port
rewrite ^(.*)index.php(.*)$ http://urltoapp$2 permanent;
I have Dokku set up and using this buildpack. Browsing to anyphpfile.php/anything/here will result in a 403 error, "Access Denied". I believe this is conflicting with trying to use this rewrite rule.
I can change it to this
and browsing to /anythingElse/test will redirect to /test.
The text was updated successfully, but these errors were encountered: