IP location redirection plugin

#1
As the title suggests, I'd like to know if there is a location redirection plugin that works with LiteSpeed Cache.

I was using IP2, but since installing LiteSpeed Cache that is stating it does not work with any cache plugin, so I need to go find another one.
 
#2
If you want to redirect requests based on IP address it must be done by modRewrite in .htaccess. Every plugin that provides redirection by IP uses PHP, but if a page is cached there is no more PHP. This affects every plugin for redirection and every page cache, not only LiteSpeed.
 
#3
Thanks for the insight, I'll have to do some further research into this as the htaccess work could end up being very long-winded due to the number of regional sites and potential number of IP ranges to redirect.
 
Top