diff --git a/html/.htaccess b/html/.htaccess index aa02c20..557713c 100644 --- a/html/.htaccess +++ b/html/.htaccess @@ -6,6 +6,7 @@ RewriteRule ^p/(.*)-([a-z]{2})$ index\.php?page=$1&lang=$2 [L] RewriteRule ^p/(.*)$ index\.php?page=$1 [L] RewriteRule ^([a-zA-Z]{1,})/doc-([a-z]{2})$ index\.php?doc=$1&lang=$2 [L] RewriteRule ^([a-zA-Z]{1,})/doc$ index\.php?doc=$1 [L] +RewriteRule ^([a-zA-Z]{1,})/scores$ index\.php?scores=$1 [L] RewriteRule ^([a-zA-Z]{1,})-([a-z]{2})$ index\.php?arena=$1&lang=$2 [L] RewriteRule ^([a-zA-Z]{1,})$ index\.php?arena=$1 [L] RewriteRule ^-([a-z]{2})$ index\.php?lang=$1 [L] diff --git a/html/index.php b/html/index.php index d54c4bb..f2d8a59 100644 --- a/html/index.php +++ b/html/index.php @@ -121,7 +121,9 @@ if(isset($_GET['arena'])){ $cssAdditionalScript.='"; } $jsAdditionalScript=""; - +}elseif(isset($_GET['scores'])){ + //to do !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + }elseif(isset($_GET['page'])){ //simple page switch($_GET['page']){