I am currently using the code in the .htaccess file for a site but some users who are using mobile broadband are having trouble access my site. I need someone to modify the code below so I can whitelist certain ips so that the code will not apply to them. For instance if someones ip is 234.23.345. I would simply enter in their ip address and the script wouldn't excute for them. If interested please let me know your cost.. payment is via paypal.
To clear up confusion I need a script that allows certain ips in conjunction with the code posted above.
So basically if the ip address is on the list, it will bypass the .htaccess rules? I'm not sure if this is possible. You would probably need someone to write a different .htaccess.
How many ips would you need to whitelist? You could just do: RewriteCond %{remote_addr} !^xxx\.xxx\.xx\.xx Code (markup):
I probably need to add about 10 ips. so I could list them like this? RewriteCond %{remote_addr} !^xxx\.xxx\.xx\.xx RewriteCond %{remote_addr} !^xxx\.xxx\.xx\.xx RewriteCond %{remote_addr} !^xxx\.xxx\.xx\.xx