1.      
2.   sql.sql
3.   .htaccess  :

RewriteRule ^bashnya/?$ bashnya.php [L,QSA]
RewriteRule ^bashnya1/?$ bashnya1.php [L,QSA]
RewriteRule ^bashnya2/?$ bashnya2.php [L,QSA]
RewriteRule ^territory/?$ territory.php  [L,QSA]

4.   index.php :

?>
<li><a href='/territory'><img src='/images/icon/tournament.png' alt='*'/>  </a></li>
<?

 !!!