Bubu-framework's Router

V1.0.0 2022-06-11 19:51 UTC

This package is auto-updated.

Last update: 2024-05-12 00:12:09 UTC


README

PLEASE

In your root directory put:

  • For Apache server:
RewriteEngine on

RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule . index.php [L]
  • For Nginx server:
try_files $uri /index.php;