We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 857e14e commit 1bbb26cCopy full SHA for 1bbb26c
1 file changed
app/Config/App.php
@@ -36,9 +36,9 @@ class App extends BaseConfig
36
* Index File
37
* --------------------------------------------------------------------------
38
*
39
- * Typically this will be your index.php file, unless you've renamed it to
40
- * something else. If you are using mod_rewrite to remove the page set this
41
- * variable so that it is blank.
+ * Typically, this will be your `index.php` file, unless you've renamed it to
+ * something else. If you have configured your web server to remove this file
+ * from your site URIs, set this variable to an empty string.
42
*/
43
public string $indexPage = 'index.php';
44
0 commit comments