basketmen
09-10-2009, 08:09 PM
it is very simple actually, i just want redirect all pages from
domain.com/?pagename to domain.com/pagename
so i just want to remove the ? character
what is the right Rule in htaccess for it guys?
i try below but its not working, its say error 404
RewriteRule http://www.domain.com/?$1 http://www.domain.com/$1
this is working to redirect a page, but i need to redirect every pages
Redirect 301 /?pagename http://www.example.com/pagename
domain.com/?pagename to domain.com/pagename
so i just want to remove the ? character
what is the right Rule in htaccess for it guys?
i try below but its not working, its say error 404
RewriteRule http://www.domain.com/?$1 http://www.domain.com/$1
this is working to redirect a page, but i need to redirect every pages
Redirect 301 /?pagename http://www.example.com/pagename
