วิธี เปิดแสดงลิสต์ไฟล์ในโฟลเดอร์บนเซิร์ฟเวอร์ ด้วย .htaccess

วิธีการเปิดแสดงไฟล์ที่อยู่ในโฟลเดอร์ใดๆ บนเซิร์ฟเวอร์
โดยใช้ .htaccess เป็นตัวกำหนดค่าได้ดังนี้

  1. สร้างไฟล์เปล่าตั้งชื่อ .htaccess ในโฟลเดอร์ที่ต้องการ
    เช่นต้องการเปิดให้ผู้อื่น เข้าถึงโฟลเดอร์ download ใน public_html
    /public_html/download/.htaccess
     
  2. เขียนข้อมูลภายในไฟล์ .htaccess
    Options +Indexes 
     
  3. ทดสอบเข้าใช่งาน
    http://your-domain.com/download

 

 

บทความจาก Showing files in a directory

https://help.directadmin.com/item.php?id=22

  • 2 Users Found This Useful
Was this answer helpful?

Related Articles

การทำ Redirect from HTTPS เป็น HTTP

There are some specific cases when you want to redirect particular URL or a single website to be...

จะทำการ block IP โดยใช้ .htaccess ได้อย่างไร

สามารถทำได้โดยระบุ IP ที่ต้องการบลอกที่ .htaccess ไฟล์ โดเยการสร้างไฟล์วางไว้ที่ public_html...

วิธีการเปลี่ยนหน้าแรกจากไฟล์ index เป็นชื่ออื่นที่ต้องการใน hosting ของเรา

ภายในไฟล์ .htacess ให้ระบุข้อมูลต่อไปนี้ครับ DirectoryIndex ชื่อไฟล1 ชื่อไฟล์2 ชื่อไฟล์3...

Leverage browser caching

Change the request headers of your resources to use caching. Optimize your caching strategy....

How to enable displaying php errors on site

To enable displaying PHP errors Open your website with file manager61 Go...