.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

ASP.NET/SQL find the element ID and update database -

jquery - appear modal windows bottom -

c++ - Compiling static TagLib 1.6.3 libraries for Windows -