OiO.lk Blog PHP Fastest way to redirect in PHP
PHP

Fastest way to redirect in PHP


I am building URL shortener with Laravel backend. I want to redirect user from his shortened URL to the destination URL as fast as possible. What would be the best way to do this? I was thinking about editing .htaccess file dynamically, but I am not sure if it is a good solution or if it is even possible on shared hosting. Shortened URLs will have editable destination URL.



You need to sign in to view this answers

Exit mobile version