Hi,
This rule worked at Apache, But not worked at Litespeed! (article or section 404 Not Found)
RewriteEngine on
Options +FollowSymlinks
Options -Indexes
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond $1 !^(index\.php|index\.html|images|uploads)
RewriteRule ^(.*)$ index.php/$1 [L]
RewriteRule ^(.+).html sections?id=$1 [nc]
RewriteRule ^(.+).html article?id=$1 [L]
This rule worked at Apache, But not worked at Litespeed! (article or section 404 Not Found)
RewriteEngine on
Options +FollowSymlinks
Options -Indexes
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond $1 !^(index\.php|index\.html|images|uploads)
RewriteRule ^(.*)$ index.php/$1 [L]
RewriteRule ^(.+).html sections?id=$1 [nc]
RewriteRule ^(.+).html article?id=$1 [L]