How To Change The Path Of Subdomain
-
- Posts: 9
- Joined: Tue Nov 21, 2017 4:32 pm
How To Change The Path Of Subdomain
Hi,
I had created a new subdomain and its path is /home/user/web/media.mydomain.com/public_html/
Now I want to change the path of this subdomain to /home/admin/web/bloggingmayor.com/public_html/media
Can you tell me how to do this?
I had created a new subdomain and its path is /home/user/web/media.mydomain.com/public_html/
Now I want to change the path of this subdomain to /home/admin/web/bloggingmayor.com/public_html/media
Can you tell me how to do this?
Re: How To Change The Path Of Subdomain
Hi,
You can change a docroot in the virtualhost for subdomain bloggingmayor.com
After that restart web system
You can change a docroot in the virtualhost for subdomain bloggingmayor.com
Code: Select all
/home/admin/conf/web
-
- Posts: 9
- Joined: Tue Nov 21, 2017 4:32 pm
Re: How To Change The Path Of Subdomain
Thanks for your reply man, in /home/admin/conf/web, there are four filesimperio wrote: ↑Sun Dec 02, 2018 1:18 pmHi,
You can change a docroot in the virtualhost for subdomain bloggingmayor.comAfter that restart web systemCode: Select all
/home/admin/conf/web
- media.bloggingmayor.com.apache2.conf
- media.bloggingmayor.com.apache2.ssl.conf
- media.bloggingmayor.com.nginx.conf
- media.bloggingmayor.com.nginx.ssl.conf
Re: How To Change The Path Of Subdomain
Code: Select all
media.bloggingmayor.com.apache2.conf
Code: Select all
media.bloggingmayor.com.apache2.ssl.conf
-
- Posts: 9
- Joined: Tue Nov 21, 2017 4:32 pm
Re: How To Change The Path Of Subdomain
I change the DocumemtRoot to /home/admin/web/bloggingmayor.com/public_html/media and restarted the VPS but now I am getting 500 Error on sub domain, have I done anything wrong?imperio wrote: ↑Sun Dec 02, 2018 1:31 pmorCode: Select all
media.bloggingmayor.com.apache2.conf
if ssl support for domain is enabledCode: Select all
media.bloggingmayor.com.apache2.ssl.conf
Re: How To Change The Path Of Subdomain
does the media folder is exist?
/home/admin/web/bloggingmayor.com/public_html/media
/home/admin/web/bloggingmayor.com/public_html/media
-
- Posts: 9
- Joined: Tue Nov 21, 2017 4:32 pm
-
- Posts: 9
- Joined: Tue Nov 21, 2017 4:32 pm
Re: How To Change The Path Of Subdomain
any solution with anyone???