No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
2 Posted Topics
I think the best way to redirect mobile is with "Apache Mobile Filter" an open source and free project below an example: PerlSetEnv AMFMobileHome /usr/local/AMF PerlSetEnv AMFProductionMode true PerlSetEnv ServerMemCached localhost:11211 PerlTransHandler +Apache2::AMFLiteDetectionFilter RewriteEngine on RewriteCond %{ENV:AMF_ISMOBILE} ^true* RewriteRule ^(.*)$ http://m.foo.org [R=301,L] you can also use AMFDetectRightFilter, AMF51DegreesFilter or AMFWURFLFilter …
I have published the last version of "Apache Mobile Filter", this open source project has in the first 8 months, more than 1100 downloads from sourceforge and I suppose the same from CPAN. The Apache Mobile Filter allows you to access WURFL from any programming language, not just Java and …
The End.
ifuschini