if( $_SERVER['REQUEST_URI'] == "/index.html" ) { header( "Location: /", TRUE, 301 ); exit(); }