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