Forum Moderators: phranque
Any ideas?
1 - configure PHP to parse all file types. You probably want to disable 'short tags' if you do this otherwise your images will generate parse errors.
2 - make all non-php files only accessible through PHP (ie. instead of image.gif use showimage.php?imageid=555 or similar).
Both would increase server load.
Otherwise you might look at using PHP to generate an .htpasswd-type authentication list.
;)