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!
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