Search results

  1. 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