...here's the problem.
My website works with the following URLs:
www.bill.tk/page.php ?content=links
www.bill.tk/page.php ?content=auctions
www.bill.tk/page.php ?content=contact
and so on.
Is there a way of automatically redirecting
www.bill.tk/whatever
to
www.bill.tk/page.php ?content=whatever
The only way I can think of doing it is a custom 404 page that realises that www.bill.tk/something doesn't exist, work out that URL, and put "page.php?content=" in after the forward-slash, and carry out the redirection.
I have no idea how to do this though...
Any ideas?
2007-05-18
12:42:10
·
3 answers
·
asked by
Bill
3
in
Computers & Internet
➔ Programming & Design