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
Quote:
|
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
__________________
Lets help each other
|