Rewrite problems

#1
So I am having two rewrite issues.

The first is pertaining to my Wordpress install .htaccess file. The site has LSWS cache plugin installed as well.

2024-07-29 15:14:29.447 ERROR Invalid rewrite directive: CacheLookup Public on
2024-07-29 15:14:29.447 ERROR Invalid rewrite directive: RewriteBase /

The second is me trying to limit access to my /phpmyadmin. I have done this numerous times with Apache and no issues, but this is my first install and use of Litespeed.

2024-07-29 15:14:29.447 ERROR Invalid rewrite directive: AuthType Basic
2024-07-29 15:14:29.447 ERROR Invalid rewrite directive: AuthName "Restricted Files"
2024-07-29 15:14:29.447 ERROR Invalid rewrite directive: AuthUserFile /etc/phpmyadmin/.htpasswd
2024-07-29 15:14:29.447 ERROR Invalid rewrite directive: Require valid-user

Let me know what else you need me to provide. Thanks!
 
Top