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

  • Home
  • SEARCH
  • 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 8233083
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 7, 20262026-06-07T18:01:01+00:00 2026-06-07T18:01:01+00:00

On my server I have directory reset, which contains 3 files index.php , 1.php,

  • 0

On my server I have directory “reset”, which contains 3 files index.php , 1.php, 2.php.
index.php includes the following code:

if (condition) {
        include_once "1.php";
    } else {
        include_once "2.php";
    }

User still can open files for inclusion directly from directory reset/1.php
How to automatically redirect user from this files to index.php ?

  • 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-07T18:01:02+00:00Added an answer on June 7, 2026 at 6:01 pm
    <?php
    //if current executing file is not 1.php
    if(strpos($_SERVER['SCRIPT_FILENAME'], "1.php") === FALSE){
        header("Location: index.php");
    }
    ?>
    

    If in the filename of script currently executing, 1.php is found, redirect to index.php.

    http://codepad.org/dE0zplUN Note, in codepad.org sample, I have changed 1.php to t.php, because as of writing this, codepad.org site uses this file name as the main/executing script.
    Edit this to any filename you required.

    You could also have a look at $_SERVER[‘PHP_SELF’].

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have code which as been working against an older Active Directory server and
I have a directory of files on a web server. I want the files
I have a server which executes Python scripts from a certain directory path. Incidently
I have a website which using active directory authorization on a windows server in
I have a directory /tmp/dir with two types of file names /tmp/dir/abc-something-server.log /tmp/dir/xyz-something-server.log ..
I have a server executable that talks to Active Directory to retrieve user information.
I have 2 virtual directory on my IIS (first for server developing and second
I have a file on my server that's outside of my app directory. It's
I have asp.net mvc 4 web application project on my server in IIS Directory.
I want to programmatically create a directory on the server using ASP.NET. I have

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.