aliwor
Intern
Intern
  • UID9247
  • Fans0
  • Follows0
  • Posts2
Reads:2746Replies:4

[products]Wordpress Root Directory Change

Created#
More Posted time:Apr 24, 2020 14:12 PM
I am running an wordpress instance on Ubuntu 16.04 64. When i try to access it via public ip it shows

WordPress is placed in a subdirectory




My next issue is about security group. Please explain about auth type & object

[aliwor edited the post at Apr 25, 2020 1:04 AM]

aliwor
Intern
Intern
  • UID9247
  • Fans0
  • Follows0
  • Posts2
1st Reply#
Posted time:Apr 25, 2020 15:18 PM
Or how to just delete the current WordPress installation and install fresh copy.

Cloudy
Administrator
Administrator
  • UID63
  • Fans25
  • Follows1
  • Posts186
2nd Reply#
Posted time:Apr 29, 2020 12:01 PM
Dear aliwor,
Please create a ticket in your Alibaba Cloud console and our postsales team will help you with that. You can refer to the below link for the instruction of creating ticket: https://www.alibabacloud.com/help/doc-detail/47605.htm#ticket
Thank you.

Manishghimire
Intern
Intern
  • UID8024
  • Fans0
  • Follows0
  • Posts2
3rd Reply#
Posted time:May 5, 2020 18:17 PM
I think its the directory pointing problem in web server that you are running. If you are running nginx server then just change the nginx.conf or default configuration file or your own configuration file root directory to wordpress/ it will work. Same goes to apache as well.

peertel
Intern
Intern
  • UID8497
  • Fans1
  • Follows0
  • Posts10
4Floor#
Posted time:May 15, 2020 14:11 PM
You change home directory in httpd conf file in etc/httpd---->
the security group you created will allow any ip to access http port 80, you should also add 443 if you plan to install ssl cert https on your website.
Guest