URL を SEO フレンドリーに変換する .htaccess ファイルを作成しました。
元の URL は次のとおりです。
http://palestinianz.com/?page=person&p=Alex-Atalla
.htaccess の内容は次のとおりです。
RewriteEngine On
RewriteRule ^([^/]*)\.html$ /?page=person&p=$1 [L]
次のようなリンクが生成されます。
http://palestinianz.com/Alex-Atalla.html
しかし、ファイルを自分のウェブサイトのルートに置いても効果はありません! 問題はどこだ ?