<script></script>
<script>
jQuery(document).ready(function($){
if (window.history && window.history.pushState){
window.history.pushState('forward', null, './#Güvenlik');
$(window).on('popstate', function(){
location.href = "index.php";
});
}
});
</script>


Buda geriye basıldığında index.php ye yönlendiren kod.

Not: jQuery tanımlı ise üstteki