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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 16, 20262026-06-16T05:47:42+00:00 2026-06-16T05:47:42+00:00

I have a webpage that I want to be accessible only when entering their

  • 0

I have a webpage that I want to be accessible only when entering their email. I currently have an email system (PHP) in place that collects the email address of a user, sends an email confirmation and shows a confirmation page.

What I am attempting to do is have it so this confirmation page is the only page that will get you to a second webpage. If you try to access this second webpage from anywhere else, it should refuse access, give an error, or point back to the page where you are prompted to input your email.

So my question is how do I create a handshake between the two webpages and block all other requests?

There may be a better way to do this that does not require a handshake between the two webpages, if you know another way to get the same result, fantastic.
So far I have thought maybe there could be a way to do this using htaccess, although I’m a newbie.

  • 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-16T05:47:43+00:00Added an answer on June 16, 2026 at 5:47 am

    You can pass the email address in the confirmation link and when user come to confirmation page create a session variable and make it true. After that check for the session variable on the second page. if session variable is there show the page else redirect to the email entering page.

    Click to confirm (www.example.com/confirm.php?email=user1@example.com)
    if(user1@example.com is in DB)
    {
     session['isUser'] = true;
    }
    

    In confirmation page

    if(isset(session['isUser'])){
     if(session['isUser']==true){
      Display the page
     }
     else{
      redirect to subscription page
     }
    }
    else{
      redirect to subscription page
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a webpage that is only accessible over http basic auth. How can
I have a webpage that I only want a specific group to log into.
I have a webpage that displays a calendar, and I want to change the
I have a number of outgoing links on my webpage that I want to
I have a webpage that retrieves data (via ajax/php) and shows it in an
I have a webpage that redirects to another webpage like this: http://www.myOtherServer.com/Sponsor.php?RedirectPage=http://mylink.com/whereIwasgoingtogo.html Then the
I have a webpage that I want to scrape using regex. The page may
I wish to have a webpage that uses AJAX to access a PHP file
I have a webpage that I want to mess with using Greasemonkey. There are
I have a webpage that I want to open every time I startup my

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.