Skip to content

Commit 0102b04

Browse files
authored
Merge pull request #656 from frank-laemmer/patch-1
Corrected link to .htaccess
2 parents 02f2b92 + b44863a commit 0102b04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/5.x/system/routing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Understanding Craft’s high-level approach to routing can help you troubleshoot
88

99
It’s important to keep in mind that Craft doesn’t get involved for *every* request that touches your server—just those that go through your `index.php`.
1010

11-
The `.htaccess` file that [comes with Craft](https://github.com/craftcms/craft/blob/master/web/.htaccess) will silently send all requests that don’t match a directory or file on your web server via `index.php`. If you point your browser directly at a file that *does* exist (such as an image, CSS, or JavaScript file), your web server will serve that file directly, without initializing Craft or PHP.
11+
The `.htaccess` file that [comes with Craft](https://github.com/craftcms/craft/blob/5.x/web/.htaccess) will silently send all requests that don’t match a directory or file on your web server via `index.php`. If you point your browser directly at a file that *does* exist (such as an image, CSS, or JavaScript file), your web server will serve that file directly, without initializing Craft or PHP.
1212

1313
1. **Is it an action request?**
1414

0 commit comments

Comments
 (0)