• Resolved jrcollins

    (@jrcollins)


    Hi, after installing the plugin redirects have stopped working. For example, my site url is set to http, not https://www.http. Before installing the plugin, if I enter the site url using www, it redirects to the non-www version, as expected. After installing the plugin, the redirect stops working.

Viewing 8 replies - 1 through 8 (of 8 total)
  • Hi @jrcollins, could you please provide?your Report Number, found in?WP Admin > LiteSpeed Cache > Report. Also, may I know which type of server are you using? Open LiteSpeed or Enterprise?

    Thread Starter jrcollins

    (@jrcollins)

    Hi, the report number is: OABWZMJQ.
    The server is Litespeed Enterprise.

    Thread Starter jrcollins

    (@jrcollins)

    I’m also using the “Really Simple SSL” plugin and I’m wondering if there might be some kind of conflict between them.

    Hi @jrcollins, may I know is Really Simple SSL adding some row on .htaccess for the redirection? If yes could you please check is that line missing now?

    Thread Starter jrcollins

    (@jrcollins)

    Everything seems to be working ok now. I’ve posted the contents of the .htaccess file below:

    # BEGIN LSCACHE
    ## LITESPEED WP CACHE PLUGIN - Do not edit the contents of this block! ##
    <IfModule LiteSpeed>
    RewriteEngine on
    CacheLookup on
    RewriteRule .* - [E=Cache-Control:no-autoflush]
    RewriteRule ^min/\w+\.(css|js) - [E=cache-control:no-vary]
    
    ### marker CACHE RESOURCE start ###
    RewriteRule wp-content/.*/[^/]*(responsive|css|js|dynamic|loader|fonts)\.php - [E=cache-control:max-age=3600]
    ### marker CACHE RESOURCE end ###
    
    ### marker FAVICON start ###
    RewriteRule favicon\.ico$ - [E=cache-control:max-age=86400]
    ### marker FAVICON end ###
    
    </IfModule>
    ## 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 ###
    <IfModule mod_rewrite.c>
    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]
    </IfModule>
    ### marker MINIFY end ###
    
    ## LITESPEED WP CACHE PLUGIN - Do not edit the contents of this block! ##
    # END NON_LSCACHE
    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ - [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>
    # END WordPress
    • This reply was modified 5 years, 5 months ago by jrcollins.
    Plugin Support qtwrk

    (@qtwrk)

    Hi,

    Is everything working fine now?

    Best regards,

    Thread Starter jrcollins

    (@jrcollins)

    Looks like I’m getting stuck in a redirect loop after activating the plugin. There seems to be some kind of conflict between the plugin and the Really Simple SSL plugin.

    • This reply was modified 5 years, 5 months ago by jrcollins.
    • This reply was modified 5 years, 5 months ago by jrcollins.
    Thread Starter jrcollins

    (@jrcollins)

    It looks like the problem has to do with Cloudlare’s SSL settings. Thanks for your help.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Redirects not working after installing plugin’ is closed to new replies.