From 4e8d048284cd5b2ca70c44a4502765bf6bacd24c Mon Sep 17 00:00:00 2001 From: niucloud Date: Sat, 16 Dec 2023 03:53:09 +0000 Subject: [PATCH] add niucloud/public/.htaccess. Signed-off-by: niucloud --- niucloud/public/.htaccess | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 niucloud/public/.htaccess diff --git a/niucloud/public/.htaccess b/niucloud/public/.htaccess new file mode 100644 index 000000000..f1cca9fee --- /dev/null +++ b/niucloud/public/.htaccess @@ -0,0 +1,8 @@ + + Options +FollowSymlinks -Multiviews + RewriteEngine On + RewriteCond %{REQUEST_FILENAME} !-d + RewriteCond %{REQUEST_FILENAME} !-f + RewriteRule ^(.*)$ index.php?/$1 [QSA,PT,L] + RewriteEngine on RewriteCond % !^$ + \ No newline at end of file