htaccess

  1. R

    301 Redirect not working

    Hi I am trying to get a 301 redirect working for a single page and currently it is not. I am trying to understand if this is because of some interaction with LiteSpeed Cache I have tried adding this to the htaccess file Redirect 301 "/old-page.html" "/new-page.html" This didn't work, so I...
  2. S

    htaccess is ignored?

    Hello, Tried search here but no luck, perhaps asked with wrong keywords. Have trial version installed, moving website from apache. Found that .htaccess is ignored completely: added "blablah" at the very top of the file and see no errors either in vhost logs or the server log at all...
  3. F

    Litespeed cache and .htaccess

    Hi, I recently passed the site on a litespeed server, but I do not understand the htaccess file as it should be configured. Do you think that the htaccess file is so well written? # BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteCond %{SERVER_PORT} 80 RewriteCond...
  4. K

    [Resolved] [BUG] FileETag Directive in HTACCESS

    Seems there is a bug in the FileEtag directive. Here is a test to show what i mean. The test files will be: PNG Image file : test.png CSS Stylesheet file : test.css Now, with an empty .htaccess file the response headers are as follows (take note of the ETag header for each file): Response...
Top