使用 ReWrite 的好處一方面可以讓 URL 看起來比較短,不帶參數的 '靜態頁面' 形式對使用者來說比較習慣;另一方面是,一般認為有利於 SEO,搜尋引擎比較好抓。
$ sudo a2enmod rewrite
Enabling module rewrite.
To activate the new configuration, you need to run:
service apache2 restart
$ sudo /etc/init.d/apache2 restart
* Restarting web server apache2
這樣rewrite engine就可以使用了
但必須要注意,如果你要使用.htaccess的檔案去設定的話,要確認在apache的設定檔中(/etc/apache2/sites-available/default),是否有將AllowOverride設定為All,否則無法讀取到.htaccess的設定