devknob Posted June 20, 2008 Share Posted June 20, 2008 RewriteEngine On Options +FollowSymLinks Options All -Indexes RewriteBase / RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^/trucking/?([^/]*)/?([^/]*)/?([^/]*)/? \ /do.php?st=$1&city=$2&key=$3 [PT] RewriteRule ^/rail/?([^/]*)/?([^/]*)/? \ /keys.php?st=$1&city=$2 [PT] RewriteRule ^/freight/?([^/]*)/? \ /dod.php?do=$1 [PT] Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.