W3 Total Cache + S3 + Cloudfront. [closed]

what WordPress/site files normally go into the S3 bucket in order to get optimal use as a CDN? Normally the defaults should suffice i.e., You’d want to check these options under the “General” section: Host attachments Host wp-includes/ files Host theme files Host minified CSS and JS files Host custom files And under “Advanced” section: … Read more

using .htaccess only for wordpress security no plugins

Yes, you can use a htaccess. In fact, I often recommend htaccess based protections over plugins because they do not depend upon PHP code or WordPress. The use a completely independent system – Apache. The more important question is: Do your htaccess rules protect against the threats you with to mitigate? Some protections may require … Read more