Hello,
I have this folder showing to the public and I dont want it to be.
Index of /forum/images
What can I do to secure it?
It seems that the only images that are able to be seen are .gif images
why is this and how to secure it?
Thanks
This is a discussion on File security within the General Discussion forums, part of the vBulletin SEO Discussion category; Hello, I have this folder showing to the public and I dont want it to be. Index of /forum/images What ...
Hello,
I have this folder showing to the public and I dont want it to be.
Index of /forum/images
What can I do to secure it?
It seems that the only images that are able to be seen are .gif images
why is this and how to secure it?
Thanks
Hello,
you can create empty index.html file in "images/" folder, or better add "Options -Indexes" in apache configuration (httpd.conf) or .htaccess file in domain root.
Oleg Ignatiuk / Crawlability Inc.
Security vbulletin - Patch Level for all supported versions released!
Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!
Thanks Oleg,
I cant really understand what you mean,
would you be able to explain a bit more, when you can
I am getting lots of sites hotlinking these images,
Should any folders like this one be open for public access?
Hello Ryan ,
You can directly add Options -Indexes on top of your vBSEO .htaccess file. It will prevent users browsing within your folders. However this will not prevent users hotlinking your images
Mert Gökçeimam / Crawlability Inc.
vBSEO 3.6.0 Alpha Önizlemesi - Including Like Tree
Unveiling the NEW vBSEO Sitemap Generator 3.0 - available NOW for vBSEO Customers!
Twitter:@Depkac
Personal Blog : Mert Gökçeimam
would this be what is written at the top of the vbseo htaccess file
I just want to check that this is the right file?Code:# Comment the following line (add '#' at the beginning) # to disable mod_rewrite functions. # Please note: you still need to disable the hack in # the vBSEO control panel to stop url rewrites. RewriteEngine On
and what do I add to it?
Thanks
Yes it is the right file. You must add it at top of your .htaccess file
Mert Gökçeimam / Crawlability Inc.
vBSEO 3.6.0 Alpha Önizlemesi - Including Like Tree
Unveiling the NEW vBSEO Sitemap Generator 3.0 - available NOW for vBSEO Customers!
Twitter:@Depkac
Personal Blog : Mert Gökçeimam
This?
add Options -Indexes
what exactly
Thanks for your patients I really appreciate it Mert
Add "Options -Indexes" to the top of file, like:
Code:Options -Indexes # Comment the following line (add '#' at the beginning) etc..
Oleg Ignatiuk / Crawlability Inc.
Security vbulletin - Patch Level for all supported versions released!
Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!
Thanks guys
Great support again!