Okay, it turns out my integration worked out quite smoothly. I still have to get my rewrite working, but I'm not too concerned about that right now.
I just want to be sure the fundamentals are in place.
I found some instructions that stated for blocking access to the raw gallery2 folder after integration:
"create an .htaccess file within the /gallery2/ folder containing the following:
Deny from all
Finally, you'll want to CHMOD permissions on your /gallery2/ folder to 555 (unwritable)."
But that was a long time ago. Is this still valid, and is that the correct htaccess syntax? Or should it just say "Deny from all" and absolutely nothing else?
Also, while I have a new thread, is there any reason Gallery's Registration plugin would show as active from Drupal's install panel when it has clearly been disabled and is no longer running?
Thanks.
Comments
Comment #1
uomeds commentedCode got lost. His instructions were:
http://community.contractwebdevelopment.com/installing-gallery2-in-drupal
My current /gallery2/ htaccess says:
So I guess I would add the 'Deny from all' command anywhere after that?
Oh, and as an added bonus, it appears my url rewrite is working after all. Thanks to the developers for a very smooth module.