Page is a not externally linkable
flurpalgames - 6:22 pm on Aug 12, 2009 (gmt 0)
So, saying that the variable for the title of the game on gamepage.php is $n_output, how do I make it so that when you go to example.com/gamepage.php?num=1, it changes the url in the address bar to example.com/1/tigerattack (that is, the $n_output on gamepage.php is Tiger Attack but the code deletes spaces and makes all letters lowercase)?
Ok. I made the .htaccess file, inputted the code that Cyberalien gave, and saved it.
Then I made the file called getgame.php, and c&p'd the next snippet of code that Cyberalien gave me.
I then went to example.com/gamepage.php?num=1 and it gave me a 500 internal server error.