• Resolved N30

    (@n30)


    Hi,

    I noticed that if LiteSpeed is enabled and I use for some security reasons a hide plugin which rewrites the plugin, wp-content, wp-admin paths, then I serve one and the same file from 2 paths…. for example CSS files:

    wp-content/lightspeed/blah.css
    my-hidden-path/lightspeed/blah.css

    I tried with 2 separate hide plugins but both they brought the same result with litespeed cache. with Other caching plugins only the hidden path will be saved and shown but with litespeed enabled I have 2 paths in place what google does not like.

    Thanks for your help

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support qtwrk

    (@qtwrk)

    Hi,

    Try add

    define( 'LITESPEED_STATIC_DIR', '/absolute/path/to/your/wp-content/litespeed' ) ;
    define( 'LITESPEED_STATIC_URL', 'https://doamin.com/my-hidden-path/litespeed' ) ;

    to your wp-config.php

    and frankly , hide path is bit of useless , and only creates extra trouble from my point of view.

    for people who don’t care, they won’t bother to know what CMS you are using.

    for people who wants to know , they can always figure out you are on WP.

    Best regards,

    • This reply was modified 4 years, 9 months ago by qtwrk.
    Thread Starter N30

    (@n30)

    THX and big compliments for the great support you guys provide!!! highly appreciated

    Plugin Support qtwrk

    (@qtwrk)

    Hi,

    It’s working now ?

    Best regards,

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘LiteSpeed & Hide Plugins’ is closed to new replies.