Để bật mod rewite cho httpd trên centos.
Tìm và sửa file /etc/httpd/conf/httpd.conf
vim /etc/httpd/conf/httpd.conf
Sửa: AllowOverride None
<Directory /> Options FollowSymLinks AllowOverride None </Directory>
Thành: AllowOverride All
Sau đó restart httpd service là xong.