Thanks doze.
I host with Dreamhost and they told me that with their "enhanced security" option turned on -
A few specific web applications do not work properly with this option enabled, but most sites will work normally (but with extra security!). At this time, it appears that phpstats, some PHP-based BitTorrent trackers, and possibly some binary image upload scripts may not work.
So, I think I’ll leave it on and try some of the suggestions in the Wiki.
Thanks for the reply!
~~~~~~~~~~~~~~
I’m back. I’m messing this up, so am considering looking for a different snippet for this.
I tried Susan’s suggestion and it places TWO random images on the page. One above my top menu and one in the place I want it. But, it DID work! It’s just that I need to figure out how to get it to 1 random image in the right spot.
Then, I tried the Wiki suggestions. I’m sure it’s just something in the coding that I’m messing up, so no laughing if it equates to walking into a room and not knowing how to turn the light on!
So, I do the first update to my .htaccess file - only the one at the root, not the one in the "manager" directory too.
I add -
SecFilterEngine On
SecFilterSelective "REQUEST_URI" "/manager/index.php" "allow,nolog"
Save and try to add the full code in the snippet. Same error.
So, I leave the above and add -
SecFilterEngine On
SecFilterSelective "POST_PAYLOAD" "(( $file, "." );)" "allow,nolog"
Didn’t work.
I delete the First code and leave the POST PAYLOAD code.
Didn’t work.
I tried it with no ( ) and with 1 set of ( ). Nothing.
I get the following error with the POST PAYLOAD code added. -
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, [email protected] and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.
I’ve googled, but haven’t found the answer yet.
Thanks for the advice though.