[Plugin: WP Retina 2x] Multisite w/ subDomains & Server-Side
-
First, this plugin is terrific. Whether working with images uploaded through WP or creating my own @2x images for custom themes, it is working beautifully. Thank you!
The one area I could use some guidance is on the setup for using Server and the .htaccess file. I am running a multisite network w/ subdomains where my primary site is https://www.sample.com and my sub-site is my.sample.com.
All works well on the primary site (www.sample.com), however, on the sub-site the images are not displaying (there is the standard no-image placeholder).
Following are the entries I have to my .htaccess file (inlcuding the the WP entries).
# BEGIN WordPress RewriteEngine On # BEGIN WP-Retina 2X RewriteBase / RewriteRule \.(?:jpe?g|gif|png|bmp)$ wp-content/plugins/wp-retina-2x/wr2x_retinaimages.php [L] # END WP-Retina 2X RewriteRule ^index\.php$ - [L] # uploaded files RewriteRule ^files/(.+) wp-includes/ms-files.php?file=$1 [L] RewriteCond %{REQUEST_FILENAME} -f [OR] RewriteCond %{REQUEST_FILENAME} -d RewriteRule ^ - [L] RewriteRule . index.php [L] # END WordPress
Any suggestions are greatly appreciated. I am very interested in making the server-side work and am willing to test suggestions and provide feedback.
Thank you in advance for your consideration.
- The topic ‘[Plugin: WP Retina 2x] Multisite w/ subDomains & Server-Side’ is closed to new replies.