Forum Moderators: phranque
It's about makin URL to a remotely hosted script systems script shorter.
before
domain.com/script.php?blog=allstars
domain.com/script.php?blog=cryptozoology
after
domain.com/allstars
domain.com/cryptozoology
How can I make that on Apache webserver?