Not signed in (Sign In)

SkillShare - A place to discuss Web Standards and Web Design topics

Categories

Vanilla 1.1.9 is a product of Lussumo. More Information: Documentation, Community Support.

    • CommentAuthorErr0r
    • CommentTimeSep 22nd 2006
     permalink
    Before I used to use php includes like www.mysite.com/?id=pagename

    I wonder how to make that www.mysite.com/pagename.html instead. I know this is maybe elementary, but please help a noob.

    Thanks.
    • CommentAuthorMatt
    • CommentTimeSep 22nd 2006
     permalink
    • CommentAuthorMatt
    • CommentTimeSep 22nd 2006
     permalink
  1.  permalink
    Options +FollowSymLinks
    RewriteEngine on

    RewriteRule ^([a-z].*).html$ index.php?id=$1 [L]
Add your comments
    Username Password
  • Format comments as (Help)