RewriteEngine on

# Linux distingue mayúsculas: el archivo real es apoyos.php
RewriteRule ^Apoyos\.php$ apoyos.php [R=301,L]

RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ index.php?url=$1 [QSA,L]