Convert URL
Posted: Mon May 04, 2009 4:22 pm
I don't know if a PHP forum is the best place to ask this, but I'm hoping that someone here will either know the answer or be able to point me to a better place.
What I want is fairly simply. If my web server is sent a request for a URL of the form http://domain.com/1234, I want this to be interpreted as http://domain.com/index.php?param=1234. Is this possible, and if so, any pointers on how to accomplish this would be gratefully accepted.
The server is Mac OS X Leopard, so the web server is Apache. The database server can be either MySQL or FileMaker, whichever works best.
Thanks,
Chuck
What I want is fairly simply. If my web server is sent a request for a URL of the form http://domain.com/1234, I want this to be interpreted as http://domain.com/index.php?param=1234. Is this possible, and if so, any pointers on how to accomplish this would be gratefully accepted.
The server is Mac OS X Leopard, so the web server is Apache. The database server can be either MySQL or FileMaker, whichever works best.
Thanks,
Chuck