Hello, This is my problem: My .htaccess file use this code. socialbio.me = http://www.socialbio.me/ for code: its OK RewriteCond %{HTTP_HOST} !^www\.socialbio\.me$ [NC] RewriteRule ^(.*)$ http://www.socialbio.me/ [R=301,L] http://www.socialbio.me/index.php = http://www.socialbio.me/ its also OK RewriteCond %{THE_REQUEST} ^[A-Z]{3,9}\ /index\.php\ HTTP/ RewriteRule ^index\.php$ http://www.socialbio.me/ [R=301,L] BUT. http://www.socialbio.me/profile.php?recid=1&username=sarwar= http://www.socialbio.me/sarwar NOT OK plz help this code. FULL CODE HERE:
does http://www.socialbio.me/profile.php?username=sarwar work? with out the recid=1? or is it always recid=1? if so try
u want change url or redirect URL? u r creating rule for 1 perticular url. in your full code ,no rule for this URL,it is a dynamic rule not static.