bác ơi, giúp em với. Em đã làm theo hướng dẫn và ra lỗi này
Server error!
The server encountered an internal error and was unable to complete your request. Either the server is overloaded or there was an error in a CGI script.
If you think this is a server error, please contact the webmaster.
Error 500
localhost
07/14/09 12:42:29
Apache/2.2.11 (Win32) DAV/2 mod_ssl/2.2.11 OpenSSL/0.9.8i PHP/5.2.9
Em dùng xampp cài trên localhost để test, em đã có file download.php cùng thư mục rồi, thậm chí em đã edit code thành
RewriteRule ^?([a-zA-Z0-9]*) http://localhost/download.php?id=$1 nhưng vẫn ko đc bác ạ.
Đây là toàn bộ file .htaccess của em, bác xem giúp em cái nhé
Code:
RewriteEngine on
RewriteRule ^?([a-zA-Z0-9]*) http://localhost/download.php?id=$1