We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc73f78 commit 72c125eCopy full SHA for 72c125e
1 file changed
system/Commands/Server/rewrite.php
@@ -27,7 +27,7 @@
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';
+$_SERVER['SCRIPT_NAME'] = '/index.php';
31
32
// Front Controller path - expected to be in the default folder
33
$fcpath = $_SERVER['DOCUMENT_ROOT'] . DIRECTORY_SEPARATOR;
0 commit comments