• Resolved samtex9

    (@samtex9)


    I have had our hosting provider activate the litespeed crawler addon server side however the WARNING … “The crawler feature is not enabled on the LiteSpeed server. Please consult your server admin or hosting provider.” will not go away and the crawler will not work. They have asked that I contact you regarding this issue as they have done all they can their side.

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • serpentdriver

    (@serpentdriver)

    Your hosting provider seems not to have basic information how to enable the crawler in server configuration. You can do it by your own.

    Add this to your .htaccess and look if it works.

    <IfModule Litespeed>
     CacheEngine on crawler
     </IfModule>

    https://docs.litespeedtech.com/lscache/lscwp/admin/#enabling-the-crawler

    Thread Starter samtex9

    (@samtex9)

    Thank you for your feedback. This code was already added to the very top of the .htaccess file but the WARNING message still persisted

    Plugin Support qtwrk

    (@qtwrk)

    Hi,

    at into .htaccess won’t work , it has to added into Apache configuration file

    Best regards,

    Thread Starter samtex9

    (@samtex9)

    They can add it into the local apache config file but not into the main file as I am on shared hosting. This might be the main issue

    serpentdriver

    (@serpentdriver)

    It doesn’t matter if you are on shared hosting. They should add it to pre_main_global.conf that will automatically be inlcuded to the global configuration file. This is the way every provider does it and follows Apache method to add new configurations. With this nothing goes wrong!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘crawler feature is not enabled’ is closed to new replies.