TrueHeads
TrueHeads
CDCloudflare Developers
Created by TrueHeads on 1/2/2025 in #pages-help
Global 404 not working on pages.
Thanks @Chaika ❤️
9 replies
CDCloudflare Developers
Created by TrueHeads on 1/2/2025 in #pages-help
Global 404 not working on pages.
Thanks, ill look into that. Heres how they are set up currently.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>AREYOULOST?.initialized</title>
<link rel="icon" href="assets/favicon.ico" type="image/x-icon">
<style>
body {
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
margin: 0;
background-color: black;
}
.center-image {
max-width: 100%;
max-height: 100%;
}
</style>
</head>
<body>
<img src="assets/areyoulost.png" alt="Are You Lost?" class="center-image">
</body>
</html>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>AREYOULOST?.initialized</title>
<link rel="icon" href="assets/favicon.ico" type="image/x-icon">
<style>
body {
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
margin: 0;
background-color: black;
}
.center-image {
max-width: 100%;
max-height: 100%;
}
</style>
</head>
<body>
<img src="assets/areyoulost.png" alt="Are You Lost?" class="center-image">
</body>
</html>
So ill make some changes.
9 replies
CDCloudflare Developers
Created by TrueHeads on 1/2/2025 in #pages-help
Global 404 not working on pages.
You are right. I had made assumptions that cloudflare served your 404 as more of a traditional routing scenario and wasnt so literal as to directory specifics. So if I use file URLs instead of /folder/cssfile.css, this will solve my problem?
9 replies
CDCloudflare Developers
Created by TrueHeads on 11/28/2024 in #general-help
R2 Public Access bricked website!!!
For anyone who may encounter this problem, I was able to view audit logs and restore the cname that was deleted. Site is now live again.
4 replies
CDCloudflare Developers
Created by TrueHeads on 11/28/2024 in #general-help
R2 Public Access bricked website!!!
4 replies
CDCloudflare Developers
Created by TrueHeads on 11/19/2024 in #general-help
Does cloudflare eventually block a user from their connected zone, and not just my site?
Thanks! Kinda just wanted to confirm that there wasnt anything else that could be done ❤️
7 replies
CDCloudflare Developers
Created by TrueHeads on 11/19/2024 in #general-help
Does cloudflare eventually block a user from their connected zone, and not just my site?
WAF is set to block the individual IP currently, so they are being blocked successfully. Would 1 million requests from a single IP not lower IP repuation? I also am unsure where I could view more detailed info about the ip repuation of the threat actor, so if you know where that is, thatd be great 🙂
7 replies
CDCloudflare Developers
Created by TrueHeads on 11/19/2024 in #general-help
Does cloudflare eventually block a user from their connected zone, and not just my site?
No description
7 replies
CDCloudflare Developers
Created by TrueHeads on 11/18/2024 in #general-help
Block what I think are headless requests?
Feel free to drop a screenshot of that setup btw, that sounds interesting. I may buy premium or w/e because the 10 logs at a time for free kinda stinks.
66 replies
CDCloudflare Developers
Created by TrueHeads on 11/18/2024 in #general-help
Block what I think are headless requests?
Yall have been great, only thing im wondering is if I can export logs to some free python tool or something. I set up KV logging via a cloudflare function to track total requests.
66 replies