PHP as directory

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • kwyjibo3@gmail.com

    PHP as directory

    How would I go about using a PHP file like a directory, for example,
    "http://mysite.com/index.php/virtual_page23" ? I would like to use that
    form instead of "http://mysite.com/index.php?p=vir tual_page23". Also,
    is this possible in IIS?

  • Karl Groves

    #2
    Re: PHP as directory

    kwyjibo3@gmail. com wrote in news:1143516005 .665832.270650
    @j33g2000cwa.go oglegroups.com:
    [color=blue]
    > How would I go about using a PHP file like a directory, for example,
    > "http://mysite.com/index.php/virtual_page23" ? I would like to use that
    > form instead of "http://mysite.com/index.php?p=vir tual_page23". Also,
    > is this possible in IIS?[/color]

    Apache - mod_rewrite
    IIS - isapi rewrite

    Googling either term should give plenty of info on each.



    --
    Karl Groves



    Accessibility Discussion List: http://smallerurl.com/?id=6p764du

    Comment

    • jeffiealex

      #3
      Re: PHP as directory

      Thanks

      Comment

      Working...