Well, although mod_mime is activated on my host, ForceType is disabled. They said they disabled it for security reasons?
They suggested that I use something like this:
Quote:
RewriteEngine on
ReWriteBase /
RewriteRule (.*)articles(.*) $1index.php?articles$2
|
or
Quote:
RewriteEngine on
RewriteCond %{REQUEST_URI} !^.+\.php$
RewriteRule ^products(.+)$ /products/index.php?dir=$1 [L]
|
This is an example these folks said helped them to get the short url names working. I'm not quite sure how to apply them to this utility though. Any assistance if anyone knows anything about this stuff would be greatly appreciated.
THanks