您好,到目前为止,这是我的 .htaccess 文件。
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
Options -Indexes
RewriteRule ^(.*)$ index.php?url=$1 [L,QSA]
我当前的 URL 是类别/节目/音乐
如何使用 htaccess将其转换为类别/音乐?我想删除节目/
任何帮助表示赞赏!