79666922

Date: 2025-06-15 23:05:13
Score: 0.5
Natty:
Report link

I want that domain name is transferred as additional parameter site in my URL but this has to be hidden from users

You can't HIDE the Hostname in the URL. OTOH you can serve the same content content up under multiple hostnames.

http://www.maindomain.com/index.php?site=domain

Why? While this is trivial to achieve with URL re-writing (NOT redirecting) it is an unecessary complication - your PHP can code can read the hostname from URL - it appears in MULTIPLE parameters passed to the script (have a look at the output of phpinfo()).

Reasons:
  • Blacklisted phrase (0.5): Why?
  • RegEx Blacklisted phrase (1): I want
  • No code block (0.5):
  • Contains question mark (0.5):
  • High reputation (-2):
Posted by: symcbean