Enable / Disable directory Listing
To allow a web server to produce a directory listing, whenever you point a directory without index file. Add following line in your .htaccess file.
کد:Options +Indexes
# or #
IndexIgnore *
منبع
Printable View
Enable / Disable directory Listing
To allow a web server to produce a directory listing, whenever you point a directory without index file. Add following line in your .htaccess file.
کد:Options +Indexes
# or #
IndexIgnore *
منبع