<?php $alt= $_GET['name']; $url= $_GET['url']; $URL2= $url.$alt.".html"; header("Location:$URL2"); exit(); ?>