Forum Moderators: phranque
If so, you may want to re-read it carefully. Mod_rewrite cannot and will not change the links 'output' on your pages. What it will do is make your static URLs work (once you have edited your pages to display static links, and those static links are requested by a client) by rewriting them to your original script in the proper form. In other words, mod_rewrite is only one-half of the job, and you must do the other half by editing your pages or changing your database to present static URLs.
This is outlined procedurally in that thread in the section entitled: How to change dynamic to static URLs
Jim