Jas01724
10-07-2004, 08:52 AM
Hi,
I'm currently rewriting my site using php, calling up different pages using variables (index.php?section=something&page=somethingelse), and all of that works perfectly. I then use mod_rewrite to create a fake directory structure (/something/somethingelse/). I haven't had a single problem with any of this so I don't really need help as such, however before I make the site "live" i'm interested in knowing just how much strain mod_rewriting a whole - fairly large, few hundred page - site with over 1000 daily visitors would put on the server?
I've searched Google and here, and most results are vague at best about how much extra work the server has to do. I'm on shared hosting so I don't want to do anything that could crash the server, obviously.
Thank you in advance for any help, it's most appreciated.
I'm currently rewriting my site using php, calling up different pages using variables (index.php?section=something&page=somethingelse), and all of that works perfectly. I then use mod_rewrite to create a fake directory structure (/something/somethingelse/). I haven't had a single problem with any of this so I don't really need help as such, however before I make the site "live" i'm interested in knowing just how much strain mod_rewriting a whole - fairly large, few hundred page - site with over 1000 daily visitors would put on the server?
I've searched Google and here, and most results are vague at best about how much extra work the server has to do. I'm on shared hosting so I don't want to do anything that could crash the server, obviously.
Thank you in advance for any help, it's most appreciated.