将特定的htaccess规则转换为nginx dap

时间:2018-08-18 14:03:09

标签: .htaccess nginx

尝试将以下内容转换为nginx

RewriteCond %{REQUEST_FILENAME} -f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} (.*)/wp-content/uploads/(.*)
RewriteCond %{REQUEST_FILENAME} !(.*)(\.php|\.css|\.js|\.jpg|\.gif|\.png|\.txt|\.ico|\.jpeg)$
RewriteRule (.*) /dap/client/website/dapclient.php?dapref=%{REQUEST_URI}&plug=wp&%{QUERY_STRING}  [L]

对nginx不够熟悉,无法对其进行转换,希望有人可以提供帮助。

0 个答案:

没有答案