Well I was talking with Customer support, and they said I have an error in my code, but 'they can't tel me because it's third party'. BS. Whatever.
Anyways I hope you guys can help me. I don't care if you steal my code.
Code:
Options +FollowSymLinks
RewriteEngine on
RewriteRule thread-thread-(.*)\.htm$ thread.php?threadID=$1
That's my .htaccess. It's supposed to turn something like thread.php?threadID=5 into thread-thread-5. But it doesn't. What's the problem?
My customer service guy also said that FollowSymLinks isn't allowed on my hosting account... Is that mandatory for it to work with mod_rewrite? mod_rewrite is supported.
Thanks,
-PG
|