majianyu 大佬有话说 :
求个oneindex能用的伪静态(Apache)
RT,用的https://github.com/jialezi/oneindex-j
也只有nginx伪静态
RewriteEngine On
RewriteCond %{HTTPS} !=on
RewriteRule ^(.*) https://%{SERVER_NAME}/$1
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*) index.php?/$1
这个貌似不行
求,谢谢https://cdn.jsdelivr.net/gh/hishis/forum-master/public/images/patch.gif
steven52880 大佬有话说 :
可以看看这个https://www.hostloc.com/forum.php?mod=viewthread&tid=687886
majianyu 大佬有话说 :
steven52880 大佬有话说 : 2020-5-22 12:03
可以看看这个https://www.hostloc.com/forum.php?mod=viewthread&tid=687886
我去康康https://cdn.jsdelivr.net/gh/hishis/forum-master/public/images/patch.gif
majianyu 大佬有话说 :
steven52880 大佬有话说 : 2020-5-22 12:03
可以看看这个https://www.hostloc.com/forum.php?mod=viewthread&tid=687886
就是这些啊 RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*) index.php?/$1 https://cdn.jsdelivr.net/gh/hishis/forum-master/public/images/patch.gif