Didn’t want to open a new thread for this because I’m sure it’s just a minor thing:
I have a site that is still using the free BPS plugin. For some app integration my programmer needs to store “session variables” but for some reason it doesn’t work on this site. It does, though on another WP site hosted in the same Cpanel account (but that site where it works doesn’t have BPS installed). My host also suggested that some of the .htaccess code might be interfering.
Could you please tell me which part to remove to get this session variable stuff working again?
# BULLETPROOF .53.3 >>>>>>> SECURE .HTACCESS # CUSTOM CODE TOP PHP/PHP.INI HANDLER/CACHE CODE # Creates a conditional check for is not post.php <FilesMatch "!^(post\.php)"> <IfModule mod_headers.c> # Protects against Drive-by Download attacks # Protects against MIME/Content/Data sniffing Header set X-Content-Type-Options nosniff Header always append X-Frame-Options SAMEORIGIN </IfModule> </FilesMatch> [the rest of the BPS standard root htaccess code was deleted]