How can i make my link static

Discussion in 'Link Development' started by nvidura, May 9, 2006.

  1. #1
    I want to make my php nuke links static... How can i do that??

    Thanks in advice
     
    nvidura, May 9, 2006 IP
  2. diamond008

    diamond008 Peon

    Messages:
    297
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #2
    use apache mod rewrite function. it just powerful. solve all your problem.
     
    diamond008, May 9, 2006 IP
  3. nvidura

    nvidura Well-Known Member

    Messages:
    1,780
    Likes Received:
    14
    Best Answers:
    0
    Trophy Points:
    150
    #3
    thanks but how can i do this...
     
    nvidura, Oct 8, 2006 IP
  4. ouchs

    ouchs Peon

    Messages:
    294
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    0
    #4
    I agree and where do you get the apache script?
     
    ouchs, Oct 8, 2006 IP
  5. nvidura

    nvidura Well-Known Member

    Messages:
    1,780
    Likes Received:
    14
    Best Answers:
    0
    Trophy Points:
    150
    #5
    i think apache is not a script. it is a software running on the server..
     
    nvidura, Oct 8, 2006 IP
  6. ouchs

    ouchs Peon

    Messages:
    294
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    0
    #6
    can you elaborate more info about this? I would like static links to all my php pages....
     
    ouchs, Oct 8, 2006 IP
  7. nvidura

    nvidura Well-Known Member

    Messages:
    1,780
    Likes Received:
    14
    Best Answers:
    0
    Trophy Points:
    150
    #7
    nvidura, Oct 15, 2006 IP
  8. streety

    streety Peon

    Messages:
    321
    Likes Received:
    15
    Best Answers:
    0
    Trophy Points:
    0
    #8
    Apache is the web server. You can use the modrewrite module (? - I think they call it a module, it could be somthing else) to dynamically rewrite urls. This works fine if you just want to be able to create permanent links you can post on other sites but it isn't sufficient if you want the links in your phpnuke site to be static. You would need modify the phpnuke code to crite static urls. I've never worked with phpnuke so I don't know if there are any existing solutions to this. Many projects have a plugin of some description which will handle this.

    Nice tool by the way nvidura, I'm actually fairly happy working with modrewrite but I've still bookmarked it.
     
    streety, Oct 15, 2006 IP
  9. nvidura

    nvidura Well-Known Member

    Messages:
    1,780
    Likes Received:
    14
    Best Answers:
    0
    Trophy Points:
    150
    #9
    Thanks streety
     
    nvidura, Oct 19, 2006 IP