bachcotsau
02-04-08, 05:33 PM
Mình mới download bộ web gunbound về nhưng trong đó có file .htaccess và đoạn mã trong file đó như sau :
Options +FollowSymLinks
RewriteEngine On
Options -MultiViews
Options All -Indexes
ErrorDocument 400 /index.html
ErrorDocument 403 /index.html
ErrorDocument 404 /index.html
ErrorDocument 500 /index.html
RewriteRule ^home\.html index.php [L]
RewriteRule ^index\.html index.php [L]
RewriteRule ^(.*)\.html index.php?write=$1 [L]
Ai biết đoạn mã trên có ý nghĩa gì xin chỉ giúp và cách để bật chức năng chạy file này .Khi có file này thì không thể vào web được .
P/S : Cũng mới chỉ suy đoán ra file này dùng để đọc file .php nhưng link trên site lại là .html ,nhưng lại chưa biết cách để cho file này hoạt động .
Options +FollowSymLinks
RewriteEngine On
Options -MultiViews
Options All -Indexes
ErrorDocument 400 /index.html
ErrorDocument 403 /index.html
ErrorDocument 404 /index.html
ErrorDocument 500 /index.html
RewriteRule ^home\.html index.php [L]
RewriteRule ^index\.html index.php [L]
RewriteRule ^(.*)\.html index.php?write=$1 [L]
Ai biết đoạn mã trên có ý nghĩa gì xin chỉ giúp và cách để bật chức năng chạy file này .Khi có file này thì không thể vào web được .
P/S : Cũng mới chỉ suy đoán ra file này dùng để đọc file .php nhưng link trên site lại là .html ,nhưng lại chưa biết cách để cho file này hoạt động .