add QSA flag to .htaccess export
-
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.phpif ( 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
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.