Htaccess remove dates from root site but not from subdomain
I figured out my own answer, so am posting it here so if someone else runs into the same problem, they can see what I did. The issue for me was that the base WordPress redirect code: # BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.php$ – [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} … Read more