Skip to content

MediaWiki on vercel #574

@MrTomiCZ

Description

@MrTomiCZ

Bug report

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": "vercel-php@0.7.3"
    }
  }
}

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?

Screenshot from 2024-11-15 23-23-39

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions