Skip to content

Instantly share code, notes, and snippets.

@pazteddy
Created February 14, 2026 12:58
Show Gist options
  • Select an option

  • Save pazteddy/00d03e23f36767d12e72ad27870b2483 to your computer and use it in GitHub Desktop.

Select an option

Save pazteddy/00d03e23f36767d12e72ad27870b2483 to your computer and use it in GitHub Desktop.
Router centralizado
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ Index.php [QSA,L]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment