Skip to content

Commit 0d4c371

Browse files
committed
docs: add item in troubleshooting.rst
1 parent c35c30a commit 0d4c371

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

user_guide_src/source/installation/troubleshooting.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,19 @@ If you see "No input file specified", try to change the rewrite rule like the fo
5656
5757
RewriteRule ^([\s\S]*)$ index.php?/$1 [L,NC,QSA]
5858
59+
My app works fine locally but not on the production server
60+
----------------------------------------------------------
61+
62+
Make sure that the case of the folder and file names matches the code.
63+
64+
Many developers develop on case-insensitive file systems on Windows or macOS.
65+
However, most server environments use case-sensitive file systems.
66+
67+
For example, when you have **app/Controllers/Product.php**, you must use
68+
``Product`` as the short classname, not ``product``.
69+
70+
If the file name case is incorrect, the file is not found on the server.
71+
5972
The tutorial gives 404 errors everywhere :(
6073
-------------------------------------------
6174

0 commit comments

Comments
 (0)