Skip to main content

More than 1 WebApplication inside my public_html directory

Comments

5 comments

  • cPRex Jurassic Moderator
    Hey there! I'm not sure there is a good way to get this working. Much like how Wordpress uses one single index.php file, you wouldn't be able to have two of those in a single directory, so additional Wordpress installations would require a subfolder. I believe you'll run into the same issue with these applications, especially if they require .htaccess redirections to function.
    0
  • abelardolg
    Hi there, Thanks for your reply and for your piece of advice. :) What would be the best approaching to have several apps with several technologies with no collisions among them? I am using subdomains (xxx.mymaindomain.com) but I would like to have something similar like this: built with React and so on. Best regards.
    0
  • cPRex Jurassic Moderator
    I would also recommend using subfolders for this work as well - that way you could have domain.com/folder1 and domain.com/folder2 with unique content and applications.
    0
  • abelardolg
    Hi there, Thanks for your comment. How to should I proceed in order to create folders with unique content and applications? Brs.
    0
  • cPRex Jurassic Moderator
    You may have to adjust the URLs in your application if they are not already using relative links, but you can just create the directory in your FTP client or in File Manager and then place the files there. For example, if you create "subfolder2" and put an index.html page there, I would expect domain.com/subfolder2/index.html to start working.
    0

Please sign in to leave a comment.