Search results

  1. D

    .htaccess restrict access to site via IP address

    It displays 404 now, however if the IP is typed with httpS then it comes through still. I'm added this: # rewrite directaccess Options +FollowSymLinks -MultiViews RewriteEngine on RewriteCond %{HTTP_HOST} ^my.i.p.address$ [NC] RewriteRule ^$ http://www.google.com/ [R=301,L] but this only...
  2. D

    .htaccess restrict access to site via IP address

    Hi sorry for the late reply, so what should it be set as? Currently it's set as ANY... Should I be setting it as 127.0.0.1 or the actual server ip?
  3. D

    .htaccess restrict access to site via IP address

    ... To be clear I want to restrict access through IP address of the server. So no one can visit the site via 99.99.99.99/index.php - It would give them an error saying no access via IP or redirect etc.
  4. D

    .htaccess restrict access to site via IP address

    I want to restrict users from being able to access my website via the servers own IP. I understand this can be done through Htaccess, but is there another way through the OLS admin panel through maybe virtual hosts etc? I am new sorry, but I figured there may be. Thanks for your time!
  5. D

    phpMyAdmin error after OpenLiteSpeed install

    Hello there, I am running CentOS 7 minimal with dev-tools. I installed LAMP stack, and then OpenLiteSpeed, and then phpMyAdmin through OLS's tutorial. After going to /phpmyadmin/index.php it works and I can even log in. However on both the login page and dashboard, there is an error at the...
Top