In the software I've installed on my site, the simple solution is to add an htaccess file with this: RewriteEngine On RewriteBase / Code (markup): Which is supposed to result in my URL's becoming SEO friendly automatically. However, doing much Google research, I've discovered that Godaddy is gay and doesn't let it be this simple. So what I'm trying to do it is this: Change my urls from this: http://website.com/story.php?id=1777 To this: http://website.com/stories/1777/Page_Title.html Also to change the categories from this: http://website.com/cat.php?id=7 To this: http://website.com/view/7/Category_Name/1.html (The 1.html needs to be the same rather, then changing the 1 to a different number) If anyone could help I'll gladly add to your rep. Thank you.