tweaks my url in htaccess file, how to?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Amzul
    New Member
    • Oct 2007
    • 130

    tweaks my url in htaccess file, how to?

    hello all,

    i have a url that looks like this
    http://www.bytes.com/page.php/&param1=value1& param2=value2&p aram3=value3
    and so on...

    i was wondering how i can tweak the url to have it to look like this:

    http://www.bytes.com/page/value1/value2/value3/

    is it only via htaccess file (or apache directory config) or i need to do something in page.php?

    how do i do that?

    thanks all
  • Markus
    Recognized Expert Expert
    • Jun 2007
    • 6092

    #2
    Please see this thread.

    Mark.

    Comment

    • ziycon
      Contributor
      • Sep 2008
      • 384

      #3
      To get started you could use a generator like http://www.generateit.net/mod-rewrite/

      Comment

      Working...