Skip to content

Lighttpd Url Rewrite #224

@pobfdm

Description

@pobfdm

If you want to make Bramus Router work with Lighttpd, add these lines to your lighttpd.conf.

...
server.modules += ( "mod_rewrite" )

...
url.rewrite-if-not-file = (
"^/myproject/(.*)" => "/myproject/index.php/$1"
)

...

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