Jump to content

Anyone see what is causing the error 500


devknob

Recommended Posts

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]

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.