PHP mod rewrite .htaccess file godaddy.com question
I'm new to PHP and i was trying to learn mod rewrite to rewrite my URLs i use godaddy as my hosting company and they say to add the desired code to the body of your .htaccess file how do I mod rewrite my URLs and add it to my .htaccess file?
Can some one give me an example of how to do this as well as point me to a good tutorial and or book on how to mod rewrite my URLs?
Answer
Solution:
http://articles.sitepoint.com/article/guide-url-rewriting
A note, though, goDaddy normally requires
RewriteBase /
Quick 'n dirty