สำหรับคนทำเว็บ ที่ไม่อยากให้มีเช่น /index.php /index.html ลงท้าย เพื่อให้ url มันดูสั้นขึ้น
ใส่คำสั่ง
nano /etc/apache2/sites-available/000-default.conf
ก็อปข้างล่างนี้ไปใส่
<Directory /var/www/>
Options -Indexes
AllowOverride All
Order allow,deny
Allow from all
</Directory>
ใส่คำสั่ง
nano /etc/apache2/sites-available/000-default.conf
ก็อปข้างล่างนี้ไปใส่
<Directory /var/www/>
Options -Indexes
AllowOverride All
Order allow,deny
Allow from all
</Directory>
ความคิดเห็น
แสดงความคิดเห็น