[ad_1]
Hi! Does anyone have experience with AWS/LAMP stacks via Linux? We are having an issue with a website and need to redirect to pull data from the WordPress dashboard from the old website but our developer doesn’t have experience with that process and we need to find help ASAP.
[ad_2]
This isn’t an AWS/LAMP issue, this is a web developer issue. What is your old site built on? WordPress is pretty basic, you could get data out through a basic MYSQL query and then fetch it from your old site. Or you could build a dashboard that allows CORS + anonymous access and implement it that. Lots of ways to skin a cat.