[users@httpd] CSP Violation: "blocked-uri": "inline" despite having 'unsafe-inline'

2022-09-21 Thread Dave Wreski
Hi, I've just recently started working with the Content-Security-Policy header for my apache/joomla/fedora35 install on a pretty complex website and having some problems. Here is my current CSP header: "default-src 'self' 'unsafe-inline'; font-src 'self' fonts.googleapis.com

Re: [users@httpd] WordPress .htaccess rewrite issue between httpd versions

2022-09-21 Thread Mark Leisher
That did the trick. Thanks, Frank! On 9/21/22 15:14, Frank Gingras wrote: *WARNING: *This email originated external to the NMSU email system. Do not click on links or open attachments unless you are sure the content is safe. You don't need to use mod_rewrite here, just use: FallbackResource

Re: [users@httpd] WordPress .htaccess rewrite issue between httpd versions

2022-09-21 Thread Frank Gingras
You don't need to use mod_rewrite here, just use: FallbackResource /site1/index.php DirectoryIndex /site1/index.php On Wed, 21 Sept 2022 at 16:37, Mark Leisher wrote: > I hope this is the right list to bring things like this up. > > I'm running into a rewrite loop problem with a WordPress

[users@httpd] WordPress .htaccess rewrite issue between httpd versions

2022-09-21 Thread Mark Leisher
I hope this is the right list to bring things like this up. I'm running into a rewrite loop problem with a WordPress .htaccess file that might be related to the httpd version, but I don't see anything relevant searching online yet. I have two systems, CentOS (httpd 2.4.6) and Almalinux