Recent content by pacoi

  1. P

    My htaccess not working

    well i found the problem openlitespeed only read htaccess from my root directory, my subfolder htaccess isnt readed as well i already searching through google, and i found multiple problem with same as mine i tried enabling auto load from .htaccess in server configuration and also virtual hosts...
  2. P

    My htaccess not working

    im migrating from apache to openlitespeed, and my htaccess doesn't working please help me check my code RewriteEngine On RewriteCond %{REQUEST_URI} !(/$|\.) RewriteRule (.*) %{REQUEST_URI}/ [R=301,L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ...
Top