groups

name language licence
number replace PHP Other
styles.php Other Other
create random number Other Other
PQP add code PHP Other
htaccess redirect data phones HTML Other
simplepie google calender intergration PHP Other
.htaccess file upload bigger PHP WA
captcha HTML Other

< 1 2 >



language: HTML
licence: Other

htaccess redirect data phones

options: view full snippetsend to code collector
#redirect mobile browsers 
#RewriteCond %{HTTP_USER_AGENT} ^.*iPhone.*$ 
#RewriteRule ^(.*)$ http://mobile.yourdomain.com [R=301] 
#RewriteCond %{HTTP_USER_AGENT} ^.*BlackBerry.*$ 
#RewriteRule ^(.*)$ http://mobile.yourdomain.com [R=301] 
#RewriteCond %{HTTP_USER_AGENT} ^.*Palm.*$ 
#RewriteRule ^(.*)$ http://mobile.yourdomain.com [R=301] 
	
(Continues...)