Search results

  1. K

    Apache2 RewriteRule to LiteSpeed RewriteRule Question

    I am trying to get my RewriteRule from my old Apache2 host to a LiteSpeed host to work. Here is my current .htaccess file from my old host: RewriteEngine On RewriteCond %{REQUEST_URI} ^/backup/$ RewriteRule ^(.*)$ /index.php?/$1 "[L,QSA,B= ?,BNP]" RewriteCond %{REQUEST_FILENAME} !-f...
Top