View Single Post
Old 2005-04-25, 03:31 PM   #2
swedguy
Vagabond
 
swedguy's Avatar
 
Join Date: Aug 2003
Posts: 2,374
Send a message via ICQ to swedguy
2-4 thousand lines is a lot, someone mentioned how much load it will add in the Fusker thread. But I don't remember it right now. But the gist of it was, keep it to a minimum. Here's another way to do it if it's possible:

RewriteRule ^/models/([a-zA-Z]+).html$ /page.php?id=$1

I assume you're pulling the id from a DB of some sort. Make the name unique and pull it from the DB that way instead: /page.php?id=tiffanyteen

1 line and that's it. Just a 10 second idea of mine
swedguy is offline   Reply With Quote