I have used 301 redirect in my site. Is redirect to www.mysite.com/mypage.php same as www.mysite.com/mypage.php? Is the same site or with the mark "?" is another site for Seo. Thanks
Both links above are same... You can redirect your mysite.com/mypage.php to www.mysite.com/mypage.php and like wise..
I can´t redirect because I use Apache 2.2 on my server. And is under cutenews and mod_rewrite script for friendly urls...
Pretty much all of mysites are wordpress and I use the redirect plugin which makes things very easy. It will also automatically monitor permalinks so if you change one it will create a 301. I got into all sorts of trouble with htaccess and regular expressions!
Why would you redirect it to the same URL with the question mark? I don't think Google would care if you use an empty ? for the same reason it doesn't care if you link to /index.html or just /. They're the same. No redirect needed for either.
Agreed - you could redirect to with ? appended but, why would you? Stick with a normalized canonical, render it with your htaccess (or permalink if using wordpress). Also - recommend you use a canoncial link element to account for odd paramater inserts since you seem to be using paramaters on your page referrers (use a rel canonical which doesn't have the ?, just the normalized URL).