How to get URL link for the specific pages and other navigation issues

Hi all,
please, is there some technique how to get the full url of the page ?

I used the standardized way of the app “development”, that means SC menu, SC containers, SC pages, SC security etc… to be sure that everything will be OK.

The result is:

  • only one URL for the whole web site (…/home#)
  • navigation troubles (explorer “back” button)
  • indexing troubles (google)
  • fonts tragedy

Hours of googling and only one result - “lets disable the back button on the explorer” … hurray

I know that this is because of the iframes … I had third drink and the “last hope island” is the forum for me.
Web users will not accept the dissabled back button as well as no possibility to share pages within social networks …

So, please, is there the way or start the development from the scratch again is the way ?

Is this what you need?
$actual_link = (isset($_SERVER[‘HTTPS’]) ? “https” : “http”) . “://$_SERVER[HTTP_HOST]$_SERVER[REQUEST_URI]”;