How to have different web pages for different platforms?
I was wondering how to set the default page for a website to be different for desktop and mobile. For example if a pc accesses my website, it goes to indexD.html, and if it's an iphone it goes to indexM.html. I can create and modify.htaccess files if that helps.