• Resolved salomone

    (@salomone)


    Hi John
    your plugin is great!
    I only had to tweak with your code to add QSA flag to the .htaccess export.
    Since you already provide passing Query parameters settings, it was as easy as adding these two lines in /models/htaccess.php

            
    if ( isset( $source['flag_query'] ) && $source['flag_query'] == 'pass' ) {
       $flags[] = 'QSA';
    }
    

    Any chance you can add something along these lines to your master copy so that I can keep with the updates without losing that feature?

    Tks
    Simone

    • This topic was modified 5 years, 11 months ago by salomone.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘add QSA flag to .htaccess export’ is closed to new replies.