.htaccess - Append Query String via Apache Rewrite Rule -


how can rewrite following:

http://www.mydomain.com/my-page.html http://www.mydomain.com/my-page.html?type=1

tried following without luck:

rewriterule /car-covers.html$ /car-covers.html?type=$1 [r=301,l]  rewriterule ^car-covers.html$ car-covers.html?type=$1 [qsa,l] 

rewriterule ^html page/([^/\.]+)?$ index.php?action=search_refine&type=$1 [l] 

Comments

Popular posts from this blog

silverlight - Applying a style to ItemContainerStyle in C# -

c# - NullReferenceException in MySqlClient.NativeDriver -

php - How can I merge Nodes & Webform Submissions into instances of one general Content Type in Drupal 6? -