Forum: PHP Apr 7th, 2006 |
| Replies: 2 Views: 1,893 This is my true .htaccess file
AddHandler application/x-httpd-php .htm
RewriteEngine on
RewriteRule ^sitereport([0-9]+)\.htm sitereport.php?sid=$1
RewriteCond %{REQUEST_FILENAME} !^(.+)\.gif$... |
Forum: PHP Apr 6th, 2006 |
| Replies: 2 Views: 1,893 I have a very weird problem. I have a site where a php gd library script dynamically generates gif/png images as a bar indicator. These images i have checked are about 76 bytes each. Yet it loads... |