diff --git a/.htaccess b/.htaccess index 307e8753fe33c068da6c12f4560c985e1fe367c1..74586b85395d68ced949d12138945b12b04d894e 100644 --- a/.htaccess +++ b/.htaccess @@ -9,6 +9,11 @@ RewriteRule ^(.*) index.php?/$1 [L] ### nginx # rewrite ^/(?!.well-known)(.*)$ /index.php?/$1 last; # +### nginx Subdirectory 在子目录中使用 +# location /OneManager2/ { +# rewrite ^/(.*)$ /OneManager2/index.php?/$1 last; +# } +# ### caddy # rewrite { # to index.php?/$1