Skip to content
This repository was archived by the owner on Jul 6, 2020. It is now read-only.
This repository was archived by the owner on Jul 6, 2020. It is now read-only.

htaccess config #35

Description

@reimax

in .htaccess:
#.htaccess
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule (.+) index.php/$1 [L,QSA]

get error: No input file specified.

if edit last line to
RewriteRule (.+) index.php?$1 [L,QSA]
get error:
{ "status": 400, "error": "RouteNotFoundException", "message": "There is no route for ''." }

how fixed this?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions