Hi,
I am trying to create good looking urls for my website. But after reading several tutorials it still does not work the way I do it.
I'd like to change
www.mywebsite.com/?p=home
to be seen by surfers as
www.mywebsite.com/home
but still it needs to be rewritten to the first, in order to make the site work off course.
I also tried with reg.ex. but this makes the site not show the css since this is rewritten as well....
There are only little few pages where I'd like to do this. So I guess using a reg.ex. is required. I can just set them manually by hand.
Could anyone please give me some feedback or tips on this subject?
Thanks!