#      _   _   ____  _______  _____  _____  ______
#     | \ | | / __ \|__   __||_   _|/ ____||  ____|
#     |  \| || |  | |  | |     | | | |     | |__
#     | . ` || |  | |  | |     | | | |     |  __|
#     | |\  || |__| |  | |    _| |_| |____ | |____
#     |_| \_| \____/   |_|   |_____|\_____||______|
#
# Flywheel does not use Apache, so changes you make to this file
# will not affect your site in any way. This file is kept here
# for plugins that error without .htaccess access.


# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>

# END WordPress
