edwardtilbury Posted August 20, 2009 Share Posted August 20, 2009 Is there a way to specify , allow recursive overrides for a directory... For instance.. let's say I want to give users browse access to my gallery directory. /var/www/www.mywebsite.com/images/ <--- allow recursive browsing here.. (Options Indexes) but I want to keep existing security settings for the rest of my site, I only wat the images directory accessible for option indexes. I'm running this on Ubuntu on my test pc Link to comment https://forums.phpfreaks.com/topic/171081-phpini-allow-overrides-for-specified-directory/ Share on other sites More sharing options...
trq Posted August 20, 2009 Share Posted August 20, 2009 Use a .htaccess file. By the way, this is an apache question, nothing to do with php installation. Link to comment https://forums.phpfreaks.com/topic/171081-phpini-allow-overrides-for-specified-directory/#findComment-902250 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.