| 92 | | If you're using Windows, it is still recommended that you use forward |
|---|
| 93 | | slashes in the pathnames, even though Windows normally uses backslashes |
|---|
| 94 | | for its native separator. Apache knows how to convert from the forward |
|---|
| 95 | | slash format to the native format, so this approach is portable and easier |
|---|
| 96 | | to read (it avoids tricky problems with having to double-escape |
|---|
| 97 | | backslashes). |
|---|
| | 92 | If you're using Windows, we still recommended that you use forward |
|---|
| | 93 | slashes in the pathnames, even though Windows normally uses the backslash |
|---|
| | 94 | character as its native separator. Apache knows how to convert from the |
|---|
| | 95 | forward slash format to the native format, so this approach is portable and |
|---|
| | 96 | easier to read. (It avoids tricky problems with having to double-escape |
|---|
| | 97 | backslashes.) |
|---|