Temos pavadinimas: WordPress, Shopify ir PHPFusion programuotojų bendruomenė :: .htaccess rewrite

Parašė Gugiss· 2011 Lie. 14 13:07:35
#1

Tokį url į index.php?id=1 rewritinu štai taip

RewriteRule ^(.*)-n([0-9]+).html$ index.php?id=$2 [L]

Tačiau aš noriu rewritint štai tokį url index.php?id=1&c_action=edit&comment_id=1#edit_comment į ^(.*)-n([0-9]+).html$?id=1&c_action=edit&comment_id=1#edit_comment. Viskas kas už html turi likti taip kaip yra. Pvz.: labas-vakaras-n1.html?c_action=edit&comment_id=1#edit_comment
Taip neišeina:

RewriteRule ^(.*)-n([0-9]+).html?c_action=(.*)&comment_id=(.*)$ index.php?id=$2&c_action=$3&comment_id=$4#edit_comment[L]

Redagavo Gugiss· 2011 Lie. 14 14:07:55