-3

Example, instead of

facebook.com/mywall.php

you use

facebook.com/mywall

James Fair
  • 598
  • 1
  • 7
  • 18
  • There are no query strings in this question. Perhaps you could clarify it? – bmargulies Dec 22 '11 at 02:49
  • I don't see any [query strings](http://en.wikipedia.org/wiki/Query_string) in your example. Are you looking for some kind of URL rewriting or redirecting? – Jon Lin Dec 22 '11 at 02:49
  • I changed the question, I did not mean query strings, lol – James Fair Dec 22 '11 at 02:51
  • 1
    See [this question](http://stackoverflow.com/questions/2358178/running-php-without-extension-without-using-mod-rewrite). You can either use mod_rewrite or turn on MultiViews. – Federico Builes Dec 22 '11 at 02:51
  • 1
    Maybe it'd easier if you posted your current source code, its output, what you would _like_ its output to be, and where you're stuck in reaching your goal. – sarnold Dec 22 '11 at 02:56

1 Answers1

3

Apache mod rewrite: http://httpd.apache.org/docs/current/mod/mod_rewrite.html

You use .htaccess to rewrite the rules for your urls and how they are handled.

khael
  • 2,600
  • 1
  • 15
  • 36