Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8697207
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T01:27:58+00:00 2026-06-13T01:27:58+00:00

I need to add my web app to an existing site. It will be

  • 0

I need to add my “web app” to an existing site. It will be placed in a separate folder.

What is the best way to define the root for my app? It will have no interaction with the rest of the site.

I thought of just creating a .php script in my root and do something like:

define('ROOT_DIR', dirname(__FILE__));

And then include this file in all other scripts.

Is this the right way to do it?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-13T01:27:59+00:00Added an answer on June 13, 2026 at 1:27 am

    FROM PHP DOC on dirname(__FILE__) or __DIR__

    Given a string containing the path of a file or directory, this function will return the parent directory’s path.

    This can easily change depending on our be structure and one single config file

    eg.

    http://example.com = /public_html
    http://example.com/mobile = /public_html/mobile
    

    My Advice .. HARD CODE it since it is always fixed

    define('ROOT_DIR','/public_html');
    

    if you have a file in /public_html/class/HelloWord.class.php

    You can easy access it has the following no matter your current directory

     ROOT_DIR . '/class/HelloWord.class.php' ;
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a simple php web app. I need to add an option for
We have a collapsible tree implementation in our web app. I need to add
Inside a grails application, I need to upload a file under web-app/js, add a
I'm developing a web app using Django, and I'll need to add search functionality
I need to change my web.config file and add the MaxReceivedMessageSize property in my
Hї! I have wrote test for my application. I need add item to database
Need to add two same name .csproj class libraries in my solution.Have two project
I'm developing an ajax heavy web app, and would like to have textarea 's
I have a varying number of links that I need to add to a
I am looking at the best approach to add rich functionality to an existing

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.