1

Hello i want to make a friendly url from the url which is really complex.

My current url is:

mydomain.net/?t=status&b=iid&ref=7007&ty=comment

When a user go on the url I wanna to make it as:

http://mydomain.net/status/comment

is it possible?

Is not. I would need as: mydomain.net/t/b/ref/comment

Fujael
  • 35
  • 5
  • 1
    yeah its possible, look at mod rewrite.. then come back if you have problems, we aren't here to write code for you. – Adam Dec 05 '12 at 16:25
  • possible duplicate of [How can I display SEO friendly URLs using mod\_rewrite?](http://stackoverflow.com/questions/1513311/how-can-i-display-seo-friendly-urls-using-mod-rewrite) – JochenJung Apr 03 '14 at 14:11

1 Answers1

1

Visit Apache document

Here you will find how to rewrite .htaccess mod rewrite.

Fujael
  • 107
  • 1
  • 10