Warning: Undefined array key "enable_lazyload_videos" in /var/www/murat.ws/public_html/wp-content/plugins/reco-functions/reco-functions.php on line 129
Apache dizin listelemesini engelleme – Murat Uğur Eminoğlu
Warning: Undefined array key "custom_scripts" in /var/www/murat.ws/public_html/wp-content/plugins/reco-functions/custom-styles.php on line 48

Press enter to see results or esc to cancel.

Apache dizin listelemesini engelleme

Apache ‘de klasör ve alt dizin listelemeyi kapatmak için aşağıdaki parametreleri kullanabilirsiniz.

<Directory />
    Options FollowSymLinks
    AllowOverride None
</Directory>

İstediğiniz bir dizini listelemeye açmak için,

<Directory /var/www/sites/murat.web>
    Options Indexes FollowSymLinks
    AllowOverride None
</Directory>

satırlarını kullanabilirsiniz.


Warning: Undefined array key "custom_scripts_footer" in /var/www/murat.ws/public_html/wp-content/plugins/reco-functions/custom-styles.php on line 58