How to install bitnami wordpress inside a subdirectory of bitnami wordpress?

时光怂恿深爱的人放手 提交于 2019-12-12 04:45:41

问题


I have a website hosted on www.example.com that is a Bitnami application. I want to install another bitnami wordpress on the same server that should be accessible on www.example.com/blog. How to do this?


回答1:


You can install more than one WordPress module on a Bitnami stack. Download it from the Bitnami website, and install it using --wordpress_instance_name NEW_BLOG_NAME option.

First, download the module, and then run the download file with a special parameter.

Windows

shell> ./bitnami-wordpress-VERSION-module-windows-installer.exe --wordpress_instance_name NEW_BLOG_NAME

Linux

$ chmod a+x bitnami-wordpress-VERSION-module-linux-x64-installer.run
$ ./bitnami-wordpress-VERSION-module-linux-x64-installer.run --wordpress_instance_name NEW_BLOG_NAME

Mac OS X

$ hdiutil mount bitnami-wordpress-VERSION-module-osx-x86_64-installer.dmg
$ /Volumes/WordPress\ Module\ VERSION/BitNami\ WordPress\ Module.app/Contents/MacOS/installbuilder.sh --wordpress_instance_name NEW_BLOG_NAME

Once you have the module installed, you will be able to access it through http://localhost/NEW_BLOG_NAME




回答2:


I think the best option to what you need is to use the Multisite Plugin (https://wordpress.org/plugins/multisite-plugin-manager/). Bitnami has already a shipped WP Multisite application



来源:https://stackoverflow.com/questions/42925377/how-to-install-bitnami-wordpress-inside-a-subdirectory-of-bitnami-wordpress

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!