LMSouq
php-dev Open

Get the full URL in PHP

DI
DiegoP.
1 month ago
3 views
Problem Description
I use this code to get the full URL: $actual_link = 'http://'.$_SERVER['HTTP_HOST'].$_SERVER['PHP_SELF']; The problem is that I use some masks in my `.htaccess`, so what we see in the URL is not always the real path of the file. What I need is to get the URL, what is written in the URL, nothing more and nothing less—the full URL. I need to get how it appears in the Navigation Bar in the web browser, and not the real path of the file on the server.

AI-Generated Solution

Powered by LMSouq AI · GPT-4.1-mini

✓ Solution Ready
Analyzing problem and generating solution…
Was this solution helpful?
Back to Knowledge Base