ip address

  1. G

    Allow Access to Multiple IPs with CIDR Notation

    Hi, I have a htaccess rewrite to block all IPs apart from 1 to a certain file like so: <IfModule mod_rewrite.c> RewriteCond %{REMOTE_ADDR} !^123\.243\.16\.228 RewriteRule xmlrpc - [F,L] </IfModule> I want to add multiple IPs, so I would use additional RewrireCond lines but how to add IP...
  2. A

    Redirect IP to domain name before forcing https

    Hi I just transferred my blog to Digital Ocean with openlitespeed server. For this I installed wordpress on ip address and then with the help of plugin transferred blog to ip address wordpress site. Now I am facing issue with redirect. I managed to redirect ip address to domain name with...
Top