Assists in retrieving information from a friendly URL URI strings

Installs: 369

Dependents: 1

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/rubricate/uri

v3.0.0 2025-01-22 03:22 UTC

README

$ composer require rubricate/uri

.htaccess:

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