Skip to content

[STICKY][discussion] How to setup on NGINX #622

Closed
@FAlbanni

Description

@FAlbanni

Hey thank you for this framework is great, but still not 100% functional at my end...

Do you have any experience with nginx? if so can you recommend me some rewrite rules?

I am using right now...

location /{
try_files $uri $uri/ @Huge;
}

    location @huge {
            rewrite ^(.*) /index.php?$1 last;
    }

but it doesn't do it

thank you again!

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