Can not use redirects to directories with WP Fastest
-
I love WP Fastest Cache, especially after switching from WP Super Cache due to all the coding errors. I’ve been thinking about going to the premium version, however I’m running into an issue that I can’t resolve.
Prior to installing, I had several subdomains that pointed to a directly on the website. An example would be extralife.theouterhaven.net would forward to https://www.theouterhaven.net.
RewriteCond %{HTTP_HOST} ^extralife.theouterhaven.net
RewriteCond %{REQUEST_URI} !wp-content\/(cache|wpfc-mobile-cache)
RewriteRule ^(.*)$ https://www.theouterhaven.net/extralife/$1 [L,NC,QSA]It only sends people to the main page of the site instead of the directory. Short of disabling the plugin, it’s the only way I can get it working. I added an exclude -starts with and extralife, but it doesn’t work.
Open to suggestions on this.
- The topic ‘Can not use redirects to directories with WP Fastest’ is closed to new replies.