Skip to content

Commit 9b301d9

Browse files
jclausengitbook-bot
authored andcommitted
GITBOOK-67: change request with no subject merged in GitBook
1 parent 2c6b5a4 commit 9b301d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

the-basics/routing/requirements/rewrite-rules.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ RewriteRule ^(.*)$ index.cfm/%{REQUEST_URI} [PT,QSA,L,NS]
2525
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
2626
{% endhint %}
2727
28-
The following solution might work better if you are using a recent version of Apache. This should be part of your `.htaccess` file
28+
The following solution will also work if you are using a recent version of Apache. This should be part of your `.htaccess` file
2929
3030
```
3131
#The ColdBox index.cfm/{path_info} rules.

0 commit comments

Comments
 (0)