Thanks to everyone who tried to help.  Apparently, I'm better at this stuff 
than I thought.  The four lines below provide the perfect solution to the 
problem I was having.

RewriteEngine  on
RewriteBase    /
RewriteCond    %{REQUEST_FILENAME} !-f
RewriteRule    ^(.+) /index.php



_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp.


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to