mod rewrite quicky

Discussion in 'Site & Server Administration' started by cgo85, May 10, 2005.

  1. #1
    My host (netfirms) isn't configured for mod rewrite so I can't use it. Is there anyway to use php to rewrite URL's? At least is there a way to get rid of spaces... something like this:

    $%20 = "_";

    That doesn't work but I'm looking for something similar that might. Thanx.
     
    cgo85, May 10, 2005 IP
  2. l234244

    l234244 Peon

    Messages:
    1,225
    Likes Received:
    50
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Easy option is to find a host that does allow it.
     
    l234244, May 10, 2005 IP
  3. king_cobra

    king_cobra Peon

    Messages:
    373
    Likes Received:
    9
    Best Answers:
    0
    Trophy Points:
    0
    #3
    You can have ur htaccess file set to consider everything as php and then can parse the URLs with URI parsing. A good example for a script which use this technique is Duncan's LMA.
     
    king_cobra, May 10, 2005 IP