4
RewriteEngine on
RewriteRule ^packed\.js$ pack.php?debug=0 [nc]
RewriteRule ^debug$ pack.php?debug=1 [nc]
這對apache中的.htaccess文件放置在特定目錄中工作得很好。如果我想在lighttpd上執行此操作,是否必須將它添加到配置文件中?lighttpd上的apache .htaccess文件
我需要對這些規則進行任何更改嗎?