DirectoryIndex index.php
#Options All -Indexes
AddDefaultCharset utf-8


ErrorDocument 404 /404.php
RewriteEngine on

RewriteRule ^livescore/(.*)$ football.php [L]
RewriteRule ^livescore$ football.php [L]

