Skip to content

Fryske Oranjekoeke - The simple MVC PHP Framework

Notifications You must be signed in to change notification settings

allartdo/fryske-oranjekoeke

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Fryske Oranjekoeke

The simple MVC PHP Framework.

Authors

Build with

  • PHP 7.3.11

NGINX Rewrite Rules

location /
{
    # If the request was made to a JS/CSS File, don't rewrite.
    if ($request_uri ~* \.(?:css|js|map|jpe?g|png)$) {
        break;
    }

    rewrite ^/(.*) /app/public/index.php last;
}

Apache Rewrite Rules

RewriteRule ^(.*)$ /index.php?url=$1 [L,QSA]

About

Fryske Oranjekoeke - The simple MVC PHP Framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%