• When a user comes from other site but no link exist, it shows 404 page.
    I can retrieve the user requested url by this

    <?php echo $_SERVER[“HTTP_HOST”].$_SERVER[“REQUEST_URI”] ?>

    I wanna show related url base on user requested url in 404 page. Please anybody help me.

  • The topic ‘how to get Related url?’ is closed to new replies.