2 Questions About Mod Rewrite

Discussion in 'Apache' started by Handsofmodder, Aug 1, 2008.

  1. #1
    I got two questions about this. First, my free web host doesn't provide mod_rewrite for my web server, is there a way to install it on my webserver? Also, how would I create a custom URL by getting values from my database? Thank you!
     
    Handsofmodder, Aug 1, 2008 IP
  2. jayshah

    jayshah Peon

    Messages:
    1,126
    Likes Received:
    68
    Best Answers:
    1
    Trophy Points:
    0
    #2
    You can't add it without your host doing it, it's an Apache module, and I doubt you can edit httpd.conf (or can you ;))

    If you wanted to generate values form a database, you'd either have to have it write a .htaccess file, or match everything to your script, and have your script query the tables.

    Jay
     
    jayshah, Aug 2, 2008 IP
    graphseo likes this.