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

# END WordPress
# Set PHP handler to application/x-httpd-php54s on Fri Jan  8 09:48:01 MST 2016.
# AddHandler application/x-httpd-ea-php56 .php
