View Single Post
  #22  
Old 02-04-2009, 04:59 PM
Seapyramid Seapyramid is offline
Premium Member
 
Join Date: Feb 2009
Posts: 373
Gender: Female
Credits: 21,223
Seapyramid
Default RE: Terms of Service Violation

No more 500 errors but I am still getting Sorry, dynamic pages in the [IMG] tags are not allowed when I try to add to certain forum sigs.

I have
Code:
RewriteEngine On
RewriteBase /

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^/get/([0-9]+).gif$ /get.php?id=$1 [L]
in the .htaccess The pets script is installed in my root.

The output I am getting for the BBC code is
Code:
Not sure what I'm doing wrong, sorry for making something simple so difficult.

Thank you,
Sea
Reply With Quote