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 8493899
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 10, 20262026-06-10T23:08:51+00:00 2026-06-10T23:08:51+00:00

I have been working on my site structure trying to make it less cluttered

  • 0

I have been working on my site structure trying to make it less cluttered but I am running into issues with file paths.

site structure before

[folder] :   css
[folder] :   js
[folder] :   images
[folder] :   include
   |---> :   header.php
[file]   :   index.php
[file]   :   view_inventory.php
....

site structure after

[folder] :   css
[folder] :   js
[folder] :   images
[folder] :   include
   |---> :   header.php
[folder] :   view
   |---> :   inventory.php
[file]   :   index.php
....

As you can see I have decided to group view files placing them into their own folder

The issue with this is that both index.php and view_inventory.php use the include/header.php file

The include/header.php file has a header logo located at images/logo.php, the path of the images would not be problem if both index.php and view_inventory.php were in the same folder, but since they aren’t the file in view/inventory.php will have the incorrect image path.

I have thought about defining full paths for files such as images (e.g. localhost/sites/bk/images/logo.png) but it would be a bad idea because I may decide to upload the files onto a server and the server address can constantly change..etc

What is the best way to tackle this problem?

  • 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-10T23:08:53+00:00Added an answer on June 10, 2026 at 11:08 pm

    Use absolute paths!

    In your index.php do:

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

    And when you want to include the header file,

    include ROOT . '/include/header.php'
    

    And, when in html and want to use a image, use a absolute path from webroot:

    <img src="/images/your_image.png">
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

So I've been running into some speed issues with my site which has been
I have been working on a site for about a week now and we
I have been working on a site that relies heavily on images, and so
I have been working on building my first CSS site using divs and am
I am working on this site: beta.us.lt And I have been playing with firebug
I have an enquiry form on a site, which has been working for a
I have a wordpress site that i've been working on that has some pages
So I have been working on a site (http://getcours.tk/), recently, It works fine in
I've been working on optimizing my site and databases, and I have been using
I have been working on a site that displays user information on every page.

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.