Jump to content

[SOLVED] Bad Request (Invalid Hostname)


pkirsch

Recommended Posts

Hi Everybody!

 

I was just testing some code:

 

 

<?php

session_start();

$_SESSION['views'] = 1; // store session data

echo "Pageviews = ". $_SESSION['views']; //retrieve data

?>

 

 

And for some unknown reason I keep getting the error:

 

Bad Request (Invalid Hostname)

 

 

Can somebody Give me an Idea on Why the Heck This is happening?

Link to comment
https://forums.phpfreaks.com/topic/43435-solved-bad-request-invalid-hostname/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.