I checked with my hosting company and they have mod_rewrite enabled. I asked how to set this up and they said I need to program this into my application. After doing some reading it seemed like you can't manipulate this in PHP and it needs to be done using server commands. Is there a way to program the mod_rewrite commands into php that I want to use. For example if I have http://www.website.com/blog I would want it to be http://blog.website.com
Thanks for the help.