# BEGIN WordPress
# The directives (lines) between "BEGIN WordPress" and "END WordPress" are
# dynamically generated, and should only be modified via WordPress filters.
# Any changes to the directives between these markers will be overwritten.
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>

# END WordPress

#Favicons - do not modify
Redirect 301 /site.webmanifest /wp-content/favicon/site.webmanifest
Redirect 301 /android-chrome-192x192.png /wp-content/favicon/android-chrome-192x192.png
Redirect 301 /android-chrome-256x256.png /wp-content/favicon/android-chrome-256x256.png
Redirect 301 /android-chrome-512x512.png /wp-content/favicon/android-chrome-512x512.png
Redirect 301 /apple-touch-icon.png /wp-content/favicon/apple-touch-icon.png
Redirect 301 /browserconfig.xml /wp-content/favicon/browserconfig.xml
Redirect 301 /favicon-16x16.png /wp-content/favicon/favicon-16x16.png
Redirect 301 /favicon-32x32.png /wp-content/favicon/favicon-32x32.png
Redirect 301 /favicon.ico /wp-content/favicon/favicon.ico
Redirect 301 /mstile-150x150.png /wp-content/favicon/mstile-150x150.png
Redirect 301 /safari-pinned-tab.svg /wp-content/favicon/safari-pinned-tab.svg
