梵音定版初始化
This commit is contained in:
6
nginx.htaccess
Normal file
6
nginx.htaccess
Normal file
@@ -0,0 +1,6 @@
|
||||
location /{
|
||||
if (!-e $request_filename) {
|
||||
rewrite ^(.*)$ /index.php/$1 last;
|
||||
break;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user