Page 1 of 1
How To Change The Path Of Subdomain
Posted: Sun Dec 02, 2018 1:12 pm
by decentguy49
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?
Re: How To Change The Path Of Subdomain
Posted: Sun Dec 02, 2018 1:18 pm
by imperio
Hi,
You can change a docroot in the virtualhost for subdomain bloggingmayor.com
After that restart web system
Re: How To Change The Path Of Subdomain
Posted: Sun Dec 02, 2018 1:25 pm
by decentguy49
imperio wrote: ↑Sun Dec 02, 2018 1:18 pm
Hi,
You can change a docroot in the virtualhost for subdomain bloggingmayor.com
After that restart web system
Thanks for your reply man, in /home/admin/conf/web, there are four files
- media.bloggingmayor.com.apache2.conf
- media.bloggingmayor.com.apache2.ssl.conf
- media.bloggingmayor.com.nginx.conf
- media.bloggingmayor.com.nginx.ssl.conf
Which file i need to change? anyone one of them or all of them?
Re: How To Change The Path Of Subdomain
Posted: Sun Dec 02, 2018 1:31 pm
by imperio
Code: Select all
media.bloggingmayor.com.apache2.conf
or
Code: Select all
media.bloggingmayor.com.apache2.ssl.conf
if ssl support for domain is enabled
Re: How To Change The Path Of Subdomain
Posted: Sun Dec 02, 2018 1:38 pm
by decentguy49
imperio wrote: ↑Sun Dec 02, 2018 1:31 pm
Code: Select all
media.bloggingmayor.com.apache2.conf
or
Code: Select all
media.bloggingmayor.com.apache2.ssl.conf
if ssl support for domain is enabled
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?
Re: How To Change The Path Of Subdomain
Posted: Sun Dec 02, 2018 1:55 pm
by imperio
does the media folder is exist?
/home/admin/web/bloggingmayor.com/public_html/media
Re: How To Change The Path Of Subdomain
Posted: Sun Dec 02, 2018 2:01 pm
by decentguy49
imperio wrote: ↑Sun Dec 02, 2018 1:55 pm
does the media folder is exist?
/home/admin/web/bloggingmayor.com/public_html/media
yes it does
Re: How To Change The Path Of Subdomain
Posted: Sun Dec 09, 2018 4:14 pm
by decentguy49
any solution with anyone???