View Single Post
Old 2005-04-25, 03:18 PM   #1
b1ng0
I'm going to the backseat of my car with the woman I love, and I won't be back for TEN MINUTES
 
Join Date: Jan 2005
Posts: 85
Send a message via ICQ to b1ng0
Tons of mod_rewrite rules.. going to kick my servers ass?

Hi all, I have a site in the works that uses a dynamic script but plan on using mod_rewrite to make the site appear to be static and was wondering basically if it is going to be resource intensive or if there's a better way to go. Basically I'm going to be doing something like:

Code:
RewriteRule ^/models/tiffanyteen.html$ /page.php?id=1
... only with 2-4 thousand similar lines. Is this going to kick Apache's ass?

Thanks,
b1ng0
b1ng0 is offline   Reply With Quote