• Resolved HerrèJewels

    (@countdownsales)


    hi,

    i need help with this error, i just installed plugin and license,
    but i get this error. how do i solve?

    Error codes: rewrites_not_working

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

Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Author Mateusz Gbiorczyk

    (@mateuszgbiorczyk)

    @countdownsales Please download the update in version 4.2.4. This version should solve your problems.

    Please confirm if everything is working properly.

    Thread Starter HerrèJewels

    (@countdownsales)

    Hi, I solved with the function:

    Pass Thru (without rewrites in .htaccess files or Nginx configuration)

    Then after the conversion I upgraded to the new version. now should I change with htaccess option or would I have problems?

    I have another problem, I can no longer set the logo that has become invisible on the page. you can see on the link.

    https://www.herrejewels.it

    it’s a big mistake for me, I can’t have the site like that for my company. what can I do?

    Plugin Author Mateusz Gbiorczyk

    (@mateuszgbiorczyk)

    @countdownsales Please update the plugin to the latest version and use via .htaccess loading mode. This mode guarantees the highest performance for your website.

    Are the server configuration problems disappeared in the mode via .htaccess?

    Thread Starter HerrèJewels

    (@countdownsales)

    @mateuszgbiorczyk

    Thanks,

    Via htaccess keeps getting error.

    Plugin Author Mateusz Gbiorczyk

    (@mateuszgbiorczyk)

    @countdownsales Please add the following code to the functions.php file in your theme directory:

    add_filter( 'webpc_htaccess_mod_rewrite', function ( $content ) {
        return str_replace( '%{DOCUMENT_ROOT}/', ABSPATH, $content );
    } );

    And then activate the mode via .htaccess. Did that solve your problem?

    Thread Starter HerrèJewels

    (@countdownsales)

    @mateuszgbiorczyk

    ok, Thanks a lot,
    now it’s fixed.

    will I have to redo the reconversion of the photos,
    or do I leave everything like this?

    Plugin Author Mateusz Gbiorczyk

    (@mateuszgbiorczyk)

    @countdownsales You don’t need to do anything else – already converted images don’t need to be converted again.

    Thread Starter HerrèJewels

    (@countdownsales)

    thanks u a lot!

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Error codes: rewrites_not_working’ is closed to new replies.