-
Notifications
You must be signed in to change notification settings - Fork 319
Open
Description
Bug report
- Version: 0.7.3
- URL: https://frdomains.site/php/index.php (NOT THERE ANYMORE!!)
- Repository: Yes
Description
/php/index.php:
<?php
phpinfo();
vercel.json:
{
"routes": [
{ "handle": "filesystem" },
{ "src": "/white", "status": 308, "dest": "/indexwhite.html" },
{ "src": "/dark", "status": 308, "dest": "/index.html" },
{ "src": "/q&a", "status": 308, "dest": "/pages/q&a.html" },
{ "src": "/q&a.html", "status": 308, "dest": "/pages/q&a.html" },
{ "src": "/(.*)", "status": 404, "dest": "/404/index.html" }
],
"functions": {
"php/*.php": {
"runtime": "[email protected]"
}
}
}
Displays 403 Forbidden.
its probably that i didnt build it locally or something (i mean my stupidity)
what could cause the problem / how do i fix this?
Metadata
Metadata
Assignees
Labels
No labels