Hi everyone,
I have a dynamic page that looks like the following:
I want to make my website links SEO friendly by having something like the following:
Or
My question is: what regex/code I should have in the .htaccess file?
Thanks
I have a dynamic page that looks like the following:
Code:
www.sitedomain.com/page.php?id=30&name=about_our_company
I want to make my website links SEO friendly by having something like the following:
Code:
www.sitedomain.com/about_our_company.html
Or
Code:
www.sitedomain.com/about_our_company
My question is: what regex/code I should have in the .htaccess file?
Thanks






