Index.php go? redirect

Open Index.php
add at top
if (substr($_SERVER[‘REQUEST_URI’],0,4) == ‘/go?’) {
header (‘Location: ‘.substr($_SERVER[‘REQUEST_URI’],4) );
exit;};
Save

Posted in DLE

One thought on “Index.php go? redirect

Leave a Reply

Ваш адрес email не будет опубликован. Обязательные поля помечены *

You may use these HTML tags and attributes:

<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>