BentFX
New Member
- Messages
- 116
- Reaction score
- 0
- Points
- 0
Hi All,
I'm just thinking about the possibility of creating my own short URL catalog for personal use on twitter and such...
The way I'm thinking, something like... http://BentFX.com/6217
Should return a redirect to something like...
http://BigLongReallySuckyDomain.org/BigFolderOfMoreFolders/BigFolderOfFunnyStuff/FunnyPhoto.jpg?stuff=Lots&more=LotsMore
I'm thinking the way to do it would be to start with a MySQL database of long URLs and link numbers or names. Then a custom 404 handler that would check the requested doc name against the database. If it finds a match return a redirect, else return a standard 404 page.
The big thing I'm wondering about is a secure method of adding URLs to the catalog... To ensure that people aren't adding their illegal links to my link database. I certainly don't want http://BentFX.com/Kids pointing toward someones kiddie porn collection.
Like I said in the topic title... I'm still just thinking. A project like this would be challenging (read fun) for me, but I'm concerned that I'm missing (or misunderstanding) simple stuff.
Would x10 even allow something like this?
Any input is appreciated!
Skip
I'm just thinking about the possibility of creating my own short URL catalog for personal use on twitter and such...
The way I'm thinking, something like... http://BentFX.com/6217
Should return a redirect to something like...
http://BigLongReallySuckyDomain.org/BigFolderOfMoreFolders/BigFolderOfFunnyStuff/FunnyPhoto.jpg?stuff=Lots&more=LotsMore
I'm thinking the way to do it would be to start with a MySQL database of long URLs and link numbers or names. Then a custom 404 handler that would check the requested doc name against the database. If it finds a match return a redirect, else return a standard 404 page.
The big thing I'm wondering about is a secure method of adding URLs to the catalog... To ensure that people aren't adding their illegal links to my link database. I certainly don't want http://BentFX.com/Kids pointing toward someones kiddie porn collection.
Like I said in the topic title... I'm still just thinking. A project like this would be challenging (read fun) for me, but I'm concerned that I'm missing (or misunderstanding) simple stuff.
Would x10 even allow something like this?
Any input is appreciated!
Skip