Likes Received By loop

  1. digitalpoint liked loop's post in the thread Why I'm not established member anymore?.

    You can bet on it, believe me ;)

    Apr 18, 2014
  2. calcalmx123 liked loop's post in the thread file.php?id=somevalue need redirecting to /folder/somevalue.php.

    with .htaccess: RewriteEngine On RewriteRule ^file.php?id=(.*) folder/$1.php with PHP: if($_GET['somevalue']){ header("Location:...

    Mar 17, 2014