简体中文
Toggle theme
.htaccess 到 Nginx
在线将 Apache .htaccess 规则转换为 Nginx 配置
.htaccess 规则
RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*)$ index.php/$1 [L]
Nginx 配置
复制
转换配置