You can't see banner on your domain,
i.e. the link http://yourdomain.com/file.jpg will give next message in browser:
"Forbidden Error You don't have permission to access /pdv5.gif on this server "
Additionally, you will get a "404 Not Found error",
while trying to use an ErrorDocument to handle the request.
You were unable to view your banner because of the following rule in your .htaccess file:
RewriteRule .*\.(jpg|jpeg|gif|png|bmp)$ - [F,NC]
So the you must either remove the line or comment the line as show below by a preceding #
#RewriteRule .*\.(jpg|jpeg|gif|png|bmp)$ - [F,NC]
You should now be able to see you banner directly. To reinstate your rule, simply remove the comment (#).
No comments:
Post a Comment