amazon web services - How to Mirgrate wordpress blog to AWS elastic beanstalk -


i have wordpress blog on website www.xyz.com/blog working fine. want move blog aws elastic beanstalk.

i have moved website , created separate database using aws rds. wp-config.php has been changed per aws endpoint, has database name, username & password etc.

however, when view blog www.xyz.com/blog shows empty page without showing errors. don't want install wordpress separately new application in aws ebs. how can solve problem?

did move .htaccess file?

rewriteengine on rewritecond %{http_host} ^(www.)?yourdomain.com$ rewriterule ^(/)?$ blog [l] 

you'll need sure wordpress files in /blog directory underneath root folder if want use domain.com/blog

also, try setting wp_debug = true in wp-config.php, let know if there script issues.


Comments