We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1bfe531 commit e891d69Copy full SHA for e891d69
1 file changed
system/Commands/Server/rewrite.php
@@ -26,6 +26,9 @@
26
27
$uri = urldecode(parse_url($_SERVER['REQUEST_URI'], PHP_URL_PATH));
28
29
+// All request handle by index.php file.
30
+$_SERVER["SCRIPT_NAME"] = 'index.php';
31
+
32
// Front Controller path - expected to be in the default folder
33
$fcpath = $_SERVER['DOCUMENT_ROOT'] . DIRECTORY_SEPARATOR;
34
0 commit comments