Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. endeavor88

    custom urls

    How can I redirect a user based on the url he typed in. Here's what I mean: If I was making a dictionary, then let's say that the user types in http://mysite.com/word Now I need to redirect to a server script, and give a variable to that script with the value of "word". I tried to use...
  2. endeavor88

    Aliases

    Lets say I have a dictionary website and I want users to have the option of typing in mywebsite.com/ambiguous to see the definition of ambiguous. is using RedirectMatch the correct way to accomplish this task if I had a file: mywebsite.com/findword.php?word=ambiguous how can I do this?
  3. endeavor88

    Run a file through php when an application requests it

    Okay, what I really want to do is pretty silly. If you use AIM(AOL Instant Messenger), then you know users have profiles. These profiles are stored as .htm files in a folder on the hard drive. I want to make that file dynamic, so that when the AIM program requests it, the file goes through the...
  4. endeavor88

    Run a file through php when an application requests it

    I have a program that requests an .htm page. I wanted to make this a dynamic php page, so I added .htm extention to the list of extentions that my apache server will redirect to php. Also, this file is not in the standard document root (apache/htdocs). So, I used aliases. But now I have a...

Part and Inventory Search

Back
Top