Assists in retrieving information from a friendly URL URI strings

dev-main 2024-03-02 14:33 UTC

This package is not auto-updated.

Last update: 2025-01-17 05:27:12 UTC


README

$ composer require rubricate/uri

.htaccess:

RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.+)$ index.php?/$1 [L]