Redirect document root to a subfolder?
-
Hi all,
I installed LAMP under a subdomain and then uploaded my files using the File Manager. Is there a way to have the default document root be the uploaded subfolder instead?
The reason I ask is because I have an app that only works with a specific subfolder scheme and I can't just copy over the files to the default LAMP root. It works in cPanel by going to "Domains" and setting up subdomain.mydomain.com to have a "Document Root" of /home/user/public_html/subdomain/subfolder. Suggestions?
Thanks in advance!
-
I found it at /app/data/apache/app.conf
ServerName %{HTTP_HOST} <VirtualHost *:80> DocumentRoot /app/data/public/ -
I found it at /app/data/apache/app.conf
ServerName %{HTTP_HOST} <VirtualHost *:80> DocumentRoot /app/data/public/Good work
@humptydumpty
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login