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] Link to comment https://forums.phpfreaks.com/topic/111050-anyone-see-what-is-causing-the-error-500/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.