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
The above htaccess file might not work combined with Apache. Recent versions of Apache don't send the CGI.PATH\_INFO variable to your cfml engine when using ProxyPass and ProxyPassMatch. It that's the case you might need a [pathInfoProvider](../pathinfo-providers.md) function in your router.cfc
25
+
Recent versions of Apache don't send the CGI.PATH\_INFO variable to your cfml engine when using ProxyPass and ProxyPassMatch without the `PT` ( Pass Through ) directive. On current versions of Coldbox, you can also use a [pathInfoProvider](../pathinfo-providers.md) function in your router.cfc
26
26
{% endhint %}
27
27
28
28
The following solution might work better if you are using a recent version of Apache. This should be part of your `.htaccess` file
0 commit comments