I am creating rules in my .htaccess for mobile, or bad pages etc...
I am using these rules:
rewriterules badpage /goodpage.html [r=302]
rewriterules iphone /iphone.html [r=301]
Which one is better to use?
I know is temporary and permanent, but when a temporary becomes permanent, my understanding is both do the same thing so same result at the end.
I would like to know what is the difference between the 301 and 302 on a browser and bots perspective.