Search results

  1. M

    OpenLiteSpeed override my custom .htaccess

    Hello, my .htaccess file that I changed gets reset from time to time. How can I fix this? Adds the following line Options -Indexes Thanks in advance.
  2. M

    Htaccess issue

    Hello, my apache htaccess working well, but it doesn't work with LiteSpeed. How can i fix it ? Thanks. <IfModule mod_rewrite.c> RewriteCond %{HTTP_COOKIE} !wordpress_logged_in_([a-zA-Z0-9_]*) [NC] RewriteCond %{REQUEST_URI} ^(.*?/?)wp-content/uploads/.* [NC] RewriteRule .* - [F,L] </IfModule>...
Top