Skip to content
Snippets Groups Projects
Select Git revision
  • 1e9abb496485c7c47d95facd146cc3ef6fac1e78
  • master default protected
2 results

robots.txt

    • Michael Kent's avatar
      5b77f16d
      Add robot.txt · 5b77f16d
      Michael Kent authored
      This is needed for security reasons - often people looking to exploit applications will search for something in a certain version of a web application and find many sites to exploit. This stops that from being so easy.
      5b77f16d
      History
      Add robot.txt
      Michael Kent authored
      This is needed for security reasons - often people looking to exploit applications will search for something in a certain version of a web application and find many sites to exploit. This stops that from being so easy.
    index.html 179 B
    <!DOCTYPE html>
    <html>
    <head>
    	<script type="text/javascript"> window.location.href="index.php"; </script>
    	<meta http-equiv="refresh" content="0; URL=index.php">
    </head>
    </html>