.htaccess question

Out of context: Reply #11

  • Started
  • Last post
  • 25 Responses
  • YAYPaul0

    Sorry about that Mime its because i removed some things to make it easier to read... Here's the full one:

    RewriteEngine on
    RewriteRule ^work/([A-Za-z0-9-]+)/([A-Za-z0... /work/$1/$2/ [R]
    RewriteRule ^work/([A-Za-z0-9-]+)/([A-Za-z0... /index.php?entry=$1&sort=$2
    RewriteRule ^sort/([A-Za-z0-9-]+)$ /sort/$1/ [R]
    RewriteRule ^sort/([A-Za-z0-9-]+)/$ /index.php?sort=$1
    RewriteRule ^work/$ /index.php?section=work
    RewriteRule ^about/$ /index.php?section=about
    RewriteRule ^contact/$ /index.php?section=contact
    RewriteRule ^thankyou/$ /index.php?section=thankyou

    ErrorDocument 404 /notfound.php
    AddHandler php5-script .php

View thread