Em đã tìm ra cách giải quyết ! Cũng xin được chia sẻ luôn ...
Mọi người làm như sau:
1. Mọi người download file này, rồi giải nén ra: http://www.mediafire.com/?jit70msnr7edh8i
2. Copy Folder index-style vừa giải nén, Patse vào c:/wamp/www/
3. Mở file C:\wamp\bin\apache\Apache2.2.21\conf\httpd.conf (của em là Apache2.2.21)
4. Copy code sau đây, rồi Paste vào cuối File httpd.conf
Code:
<VirtualHost *:80>
ServerName 172.0.0.1
DocumentRoot c:/wamp/www/
Alias /icons/ c:/wamp/www/index-style/icons/
<Directory "c:/wamp/www/">
AllowOverride All
Order allow,deny
Allow from all
<IfModule mod_autoindex.c>
Options Indexes FollowSymLinks
IndexOptions FancyIndexing
IndexOptions VersionSort
IndexOptions HTMLTable
IndexOptions FoldersFirst
IndexOptions IconsAreLinks
IndexOptions IgnoreCase
IndexOptions SuppressDescription
IndexOptions SuppressHTMLPreamble
IndexOptions XHTML
IndexOptions IconWidth=16
IndexOptions IconHeight=16
IndexOptions NameWidth=*
IndexOrderDefault Descending Name
HeaderName /index-style/header.html
ReadmeName /index-style/footer.html
</ifModule>
</Directory>
</VirtualHost>
5. Restart All Services