Quote:
|
Originally Posted by Platinum Lantern
Can any one point me in the direction of that code or post it here
Thanks In Advance
|
Can't provide you with specific code without further information, but everything you'll probably want to do can be done with Apache's mod_rewrite, the Swiss Army Knife of URL manipulation.
Take a look here for Apache 2.x:
http://httpd.apache.org/docs/2.0/mod/mod_rewrite.html
If you're still using Apache 1.3:
http://httpd.apache.org/docs/1.3/mod/mod_rewrite.html
But if can be a major PITA to write those rules if you don't exactly know what you're doing.