i have complete a mobile site and now i want to this site to in ipod/iphone like mobile device and now i got a document .htaccess file to in the site. This following is the code for htaccess file
RewriteCond %{REQUEST_URI} !^/mobiledirectoryhere/.*$
RewriteCond %{HTTP_USER_AGENT} "android|blackberry|ipad|iphone|ipod|iemobile|opera mobile|palmos|webos|googlebot-mobile" [NC]
RewriteRule ^(.*)$ /mobiledirectoryhere/ [L,R=302]
now i have the html file index.html of my mobile site and i want the code for user agent detection. but, i cant know where the file can be added.
can i add this file by php code in the html file.
Thanks
now i saved the .htaccess filre in the subdirectory and i cant get any affect to my site.