0

I have a page where to open the home site the link would look like this: www.pagename.at/index.php?page=home. i would like if the user inputs www.pagename.at/home that it would redirect it to the right page.

EDIT: based on Kiran Shetty's answer i found this link: url rewriting for beginners

core36
  • 17
  • 5

1 Answers1

0

use url rewriting technique's. you can make it easily by using php frameworks. otherwise you have to use rewrite techniques to achiew that stuff.

Kiran Shetty
  • 844
  • 7
  • 10