I'm trying to install several instance of WP (each on a separate domain) on a single droplet.
I followed this guide:
- https://www.digitalocean.com/community/tutorials/how-to-set-up-apache-virtual-hosts-on-ubuntu-16-0...
3 •
•
By
infoa6a708ecd7817cd8c24379
WordPress
Ubuntu 16.04
I have a Wordpress site that is currently serving AMP pages to mobile visitors.
I'd like to redirect all AMP pages (i.e. https://mysite.com/page/amp/ ) to no AMP pages (i.e. https://mysite.com/page/ ) in order to be a...