Simple Mod Rewrite

Discussion in 'Apache' started by justinwp, Feb 26, 2006.

  1. #1
    This is what I have:

    www. site .com/page.php?id=1234



    This is what I want:

    www. site .com/page1234.html



    Options +Indexes
    Options +FollowSymlinks
    RewriteEngine on
    RewriteBase /
    RewriteRule ^page(.*)\.html$ page.php?id=$1 [L]

    Edit: The above works perfect.
     
    justinwp, Feb 26, 2006 IP