I have been smashing my head against the wall on this one
I am trying to ghost my Wordpress with Hide my WP
I can get the standard WP rewrite to work, but I cant seem to get the the system to recognize any other rewrite rules and nothing is showing in the error logs.
Obviously I am missing something
I have followed the following links in my troubleshooting,
htaccess file below
BEGIN LSCACHE
LITESPEED WP CACHE PLUGIN - Do not edit the contents of this block!
RewriteEngine on
CacheLookup on
RewriteRule .* - [E=Cache-Control:no-autoflush]
RewriteRule ^min/\\w+\\.(css|js) - [E=cache-control:no-vary]
## LITESPEED WP CACHE PLUGIN - Do not edit the contents of this block! ##
# END LSCACHE
# BEGIN NON_LSCACHE
## LITESPEED WP CACHE PLUGIN - Do not edit the contents of this block! ##
### marker MINIFY start ###
RewriteEngine on
RewriteCond %{DOCUMENT_ROOT}%{REQUEST_URI} ^(.*)/min/(\\w+)\\.(css|js)$
RewriteCond %1/wp-content/cache/$2/$1.$2 -f
RewriteRule min/(\\w+)\\.(css|js) wp-content/cache/$2/$1.$2 [L]
### marker MINIFY end ###
LITESPEED WP CACHE PLUGIN - Do not edit the contents of this block!
END NON_LSCACHE
BEGIN WordPress
The directives (lines) between BEGIN WordPress and END WordPress are
dynamically generated, and should only be modified via WordPress filters.
Any changes to the directives between these markers will be overwritten.
This is great! So you were able to get “Hide My WP” plugin to work just by simply enabling rewrite to yes in .htaccess or did you have to actually add a rewrite rule specific for that plugin to work? I’ve used WP Hide & Security Enhancer plugin myself in the past but not while using cyberpanel.