Images Folder

Modifications for phpBB3.
Try the Mods here and share Your own Mods
Forum rules
You dont have to use ModX or make your mod AutoMod compatible. A simple textfile is fine
But if you post Mods here You also have to give support

Images Folder

Post by mikef35 »

Stoker,

How did you get it to work with your images folder? I installed via Automod, it works well on the other folders but just a white page when I go to images folder. Thanks

Images Folder

Post by Stoker »

Check your edits. Im not sure this will work with automod. I havent testet with automod.

Images Folder

Post by Tom »

mikef35, was there a solution? I too installed this mod with no problem but it shows a white page when I visit my images folder.

Images Folder

Post by martin123456 »

Make sure you have the edits in place after that if it fails then its server config but there is away around that wink wink remove index.php or index.html from the images folder then call the images folder and watch the 403.

Images Folder

Post by Tom »

I installed the mod via automod and everything was a success. Using prosilver (default) when I browse certain folders the error pages work just fine but when I go to images it still gives me a blank page and I tried removing the index file and it shows the images I have. Help?

Images Folder

Post by Stoker »

This is the second line of my .htaccess file

Code: Select all

Options -Indexes
It disables directory listings.