Making static urls using mod rewrite
December 20th, 2009
0 Comments
Apache’s mod_rewrite can be easily used via a file called “.htaccess” to turn dynamic urls into friendly urls. Here is an example of how it’s done: #Turn on the Rewrite Engine RewriteEngine on #Set the base path RewriteBase / #Check that the lookup isn’t an existing...








