Score:0

App Engine - fail to navigate to other pages

tc flag

app.yaml

runtime: php81
entrypoint: serve role.php
env: standard

handlers:
- url: /logo.png
static_files: logo.png
upload: logo.png

role.php

<!DOCTYPE html>
<html>
<head>
<title>Buy On Behalf</title>
</head>
<body>
<div class="container">
<h1>Buy On Behalf</h1>
<img src="logo.png" alt="Buy On Behalf">
<a href="seller_mainpage.php" class="button">Seller</a>
<a href="buyer_mainpage.php" class="button">Buyer</a>
</div>
</body>
</html>

seller_mainpage.php

<!DOCTYPE html>
<html>
<head>
<title>Buy On Behalf</title>
</head>
<body>
<div class="container">
<h1>Buy On Behalf - SELLER</h1>
<img src="logo.png" alt="Buy On Behalf">
<a href="seller_registration.html" class="button">Register</a>
<a href="seller_login.html" class="button">Login</a>
<a href="role.php">Back</a>
</div>
</body>
</html>

currently, I could navigate to role.php, however, why could I not navigate to seller_mainpage.php when the button is clicked? The url above has already changed though but not the interface.

I sit in a Tesla and translated this thread with Ai:

mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.