11
Ja stimmt, aber egtl. sieht dass ganz gut aus:
Lokal wird die URL aufgerufen: http://localhost/weblokal-fragebogen/
und mit
Und live wird die URL aufgerufen: https://www.weblokal.net/ und mit
Ist das was man bekommen möchte, oder?
P.s:
und bei der Unterseite https://www.weblokal.net/profile.php bekomme ich ebenfalls Request URI: /profile.php
Lokal wird die URL aufgerufen: http://localhost/weblokal-fragebogen/
und mit
<?php echo 'Request URI: ' . $_SERVER['REQUEST_URI']; ?>
bekomme ich Request URI: /weblokal-fragebogen/Und live wird die URL aufgerufen: https://www.weblokal.net/ und mit
<?php echo 'Request URI: ' . $_SERVER['REQUEST_URI']; ?>
bekomme ich Request URI: / zurückIst das was man bekommen möchte, oder?
P.s:
und bei der Unterseite https://www.weblokal.net/profile.php bekomme ich ebenfalls Request URI: /profile.php