adddefaultcharset utf-8
errordocument 403 "ERROR 403"
errordocument 404 "ERROR 404"
errordocument 500 "ERROR 500"
errordocument 503 "ERROR 503"
rewriteengine on
rewriterule ^link:index/?$ index.php [L,QSA]
rewriterule ^link:start/?$ start.php [L,QSA]
rewriterule ^link:auth/?$ auth.php [L,QSA]
rewriterule ^link:game/?$ game.php [L,QSA]