Yeah I do have an htaccess file in the root:
Code:
# -FrontPage-
IndexIgnore .htaccess */.??* *~ *# */HEADER* */README* */_vti*
<Limit GET POST>
order deny,allow
deny from all
allow from all
</Limit>
<Limit PUT DELETE>
order deny,allow
deny from all
</Limit>
AuthName www.myglasseye.net
AuthUserFile /home/XXXXXX/public_html/_vti_pvt/service.pwd
AuthGroupFile /home/XXXXXX/public_html/_vti_pvt/service.grp
In the images folder is all the photos themselves, and the htaccess file for the watermark (when I have it in there, which is never until I can get this to work coz it stops my photoblog from displaying the photos!) and all it contains is this:
Code:
AddHandler watermarked .jpg
AddHandler watermarked .jpeg
Action watermarked /admin/wrapper.php
Should that read 'watermark' instead of 'watermarked'?
The wrapper.php file is completely untouched at the moment. Is that possibly my mistake? Does it need custom edits made to it?