## Redirect /default.htm                           http://nemca.com/index.php
## Redirect /summer-gathering/sgt.htm              http://nemca.com/summer-gathering/index.php
## Redirect /yankee-gathering/yankee-gathering.htm http://nemca.com/yankee-gathering/index.php
## Redirect /collectibles/collectibles.htm         http://nemca.com/collectibles/index.php
## Redirect /meetings.htm                          http://nemca.com/meetings/
## Redirect /meetings.php                          http://nemca.com/meetings/
## Redirect /yankee-collector/default.htm          http://nemca.com/index.php
## Redirect /ymc                                   http://nemca.com/yankee-collector/
## # Redirect /links.htm
## # Redirect /contact.htm
## # Redirect /credits.htm

FileETag INode MTime Size


<IfModule mod_expires.c>
ExpiresActive On
ExpiresByType image/jpg "access 1 year"
ExpiresByType image/jpeg "access 1 year"
ExpiresByType image/gif "access 1 year"
ExpiresByType image/png "access 1 year"
ExpiresByType text/css "access 1 month"
ExpiresByType application/pdf "access 1 month"
ExpiresByType text/x-javascript "access 1 month"
ExpiresByType application/x-shockwave-flash "access 1 month"
ExpiresByType image/x-icon "access 1 year"
ExpiresDefault "access 2 days"
</IfModule>

RewriteEngine On
RewriteCond %{HTTP_HOST} ^(www.)?nemca.com$
RewriteRule ^(/)?$ wp [L]

# 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