Having issue with mod_rewrite on openlitespeed

194 Views Asked by At

I can't seem to get rewrite engine to work on my web server openlitespeed.

I have checked openlitespeed web login and it says it is on. I have also tried restarting openlitespeed couple times now.

I am using .htaccess to test rewrite rule but it's not working. Here is what I have in the file

RewriteRule ^/helloWorld/$ /index.php

I have checked the logs but so far nothing there I just keep getting 404 error when loading the website. when it should be sending my to index.php when I try to reach domain.com/HelloWorld

I have tried checking error logs but nothing there?

I have also tried other browser in private mode.

I have also restart openlitespeed couple times now.

0

There are 0 best solutions below