i want to redirect pages from www.sitename.com/sitename/pagename.html and www.sitemap.com/sitename/?page_id=213 to
www.sitename.com/sitename/pagename
how i can do that by using .haccess file
i tried this code RewriteEngine On RewriteBase / RewriteRule . /digitalways/index.php [L] RedirectMatch 301 (.*).html$ http://www.digitalways.com.sa/digitalways/$1
and i tired also to add
Redirect 301 / http://digitalways.com.sa/digitalways/
but it is not working but i think both not working because it still gives me an error when i open www.sitename.com/pagename.html
