1
我想知道是否可以合併2個重寫規則。我正在使用Apache mod_rewrite模塊。如何在php中使用Apache mod_rewrite模塊來合併2重寫規則
規則#1
RewriteRule ^albums/singles/?$ discography/discography.php?primarytype=2 [L,QSA]
規則#2
RewriteRule ^albums/ep/?$ discography/discography.php?primarytype=3 [L,QSA]
我可以合併那些2個規則?
不幸的是,它不起作用 – Marco
好吧,讓我檢查 – muasif80