.htaccess - How to rename /page.php?1 to /welcome.html in htacces? -


i have cms not generate friendly url's

what best way rename without getting double content google.

now have in .htacces:

    rewriteengine on      rewritebase /      rewriterule welcome.html page.php?1[l]     rewriterule about-us.html page.php?2[l] 

is best way do?

any appreciated

google has no problem spidering , indexing simple dynamic url scheme. if want onpage-optimization-bonus-points of keyword-stuffed-urls best switch cms creates them automatically. save time avoiding maintain link-scheme manually both in content , rule-file.

if not there's chance forget replace dynamic links readable ones if create new content. cms answer both variants: friendly 1 , dynamic one, have tell google "canonical" url (explanation here) avoid duplicate content. might happen because can't tell how people link content on site.


Comments

Popular posts from this blog

asp.net - repeatedly call AddImageUrl(url) to assemble pdf document -

java - Android recognize cell phone with keyboard or not? -

iphone - How would you achieve a LED Scrolling effect? -