I have the following structure:
- Root directory
- index.php
- [ mobile ]
- index.php
- [images]
What I want is that if people would visit http://m.website.com to still see that URL in their browser but it loads the files in the mobile directory. Is that possible?
(Or does anyone have a very good tutorial on .htaccess so I can learn how to do it?)
try adding the following to your htaccess file in the root directory of what I assume is the
m.website.comsubdomain.