Jul 28, 2004 #1 hrafn ISP Joined Feb 27, 2003 Messages 5 Location IS I neet to be able to redirect a link like this: http://www.bla.com/asdf to http://www.bla.com/file.php?var=asdf or http://www.bla.com/%var% to http://www.bla.com/file.php?var=%var% Does anyone know of a good way to do this?
I neet to be able to redirect a link like this: http://www.bla.com/asdf to http://www.bla.com/file.php?var=asdf or http://www.bla.com/%var% to http://www.bla.com/file.php?var=%var% Does anyone know of a good way to do this?
Jul 29, 2004 #2 amphibient Programmer Joined Mar 15, 2004 Messages 24 Location US check out mod_rewrite Upvote 0 Downvote