Enabling mod_rewrite via .htaccess
Overview
We often use mod_rewrite without giving it much thought,
but depending on the httpd configuration it may not be available.
Here is a summary of the configuration steps.
Configuration Steps
Edit /etc/httpd/conf/httpd.conf
1 | LoadModule deflate_module modules/mod_deflate.so # ← 有効化 |
Restart httpd after the changes above
1 | # service httpd restart |
