Can somebody help me with an "uptodate" mobile redirect code for .htaccess?
I did google it, but theres to much crap out there.
I did google it, but theres to much crap out there.
Use coupon 'pauljohn' for a $1 discount at already super cheap NameSilo!
@media only screen and (max-width: 1440px) { } /* small desktop */
@media only screen and (max-width: 1280px) { } /* laptop */
@media only screen and (max-width: 1024px) { } /* tablet landscape */
@media only screen and (max-width: 768px) { } /* tablet portrait */
@media only screen and (max-width: 480px) { } /* mobile landscape */
@media only screen and (max-width: 320px) { } /* mobile portrait */


Comment