Forum Moderators: phranque
You do need to ask yourself some questions?
How are you going to prevent loops and a long list of existing pages that are non-compatible with these phones from being requested?
My own first inclination is to restrict these phones to a specific directory/folder.
Somebody else will need to assist with the above, as well as complicated regex which will catch all pages that are non-phone.!
RewriteCond %{HTTP_USER_AGENT} (nokia¦symbian¦iphone¦blackberry) [NC]
RewriteCond %{REQUEST_URI} !^/Phone\.html$
RewriteRule !^(page4\.html¦page2\.html¦/folder/page1\.html¦OtherFolder/page1\.html)$ [mydomain.com...] [L]