.htaccess - In my project sub folders are viewable. I need to make it forbidden. How shall i make it? -


for example, if give below url in address bar images viewable right now.

url : http:///www.test.com/images/

how shall able avoid this.. should not viewable or should restricted or redirected other page.

how can done?

thanks in advance...

we can using

options -indexes

which should entered in .htaccess file , should placed inside corresponding folder.

and working fine now...


Comments

Popular posts from this blog

javascript - Enclosure Memory Copies -

php - Replacing tags in braces, even nested tags, with regex -