- WordPress Pretty URL – Yes. You need to set WP_HOME in wp-config.php.
- max-age caching headers – Yes. You need to setup Batcache + Object cache plugin.
- WordPress static assets caching – Yes. You need to setup UPLOADS in wp-config and add a filter called pre_option_upload_url_path in functions.php.
- Comment posting via cloudfront – No. Workaround: Comments can be posted via our own origin server only by setting WP_SITEURL in wp-config.php. You can also use 3rd party commenting systems such as Disqus, IntenseDebate, Livefyre, and so on.
- Preview post from /wp-admin/ – No. Workaround: Use preview_post_link filter in functions.php but it is not working due to this bug.
- WP-ADMIN via cloudfront – No. Workaround: /wp-admin/ can done by our own origin server only by setting WP_SITEURL in wp-config.php.
- Posting or editing new blog entries via cloudfront – No. Workaround: posting and editing can be done by our own origin server by setting WP_SITEURL in wp-config.php.
{ 0 comments }