SEO URL

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
turulojko
Forum Newbie
Posts: 6
Joined: Fri Feb 22, 2008 6:45 am

SEO URL

Post by turulojko »

I need help with doing SEO URLs like:

test.com/category/this-is-simple-text.html

I have url like this:
test.com/showpost.php?cat=4&post=56

I search the net about this, but all i found is something with .htaccess, and i don't know how to do that.

Any Help?
User avatar
onion2k
Jedi Mod
Posts: 5263
Joined: Tue Dec 21, 2004 5:03 pm
Location: usrlab.com

Re: SEO URL

Post by onion2k »

Learn how to do htaccess.

Start here: http://www.blogstorm.co.uk/htaccess-mod ... ate-guide/

Note: What you're trying to do is not easy. Don't expect to be able to do it first time. And don't expect much help because it's the sort of thing that's unique to every site. We can help you debug problems, but we can't really write the htaccess rules for you.
User avatar
Zoxive
Forum Regular
Posts: 974
Joined: Fri Apr 01, 2005 4:37 pm
Location: Bay City, Michigan

Re: SEO URL

Post by Zoxive »

It's also called URL Rewriting/Clean Urls, and a very common question here. So you can use those terms also, when searching for some help/examples.
Post Reply