RewriteRule ^ihome/([^/]+) /index_ip.php?page=ihome [L]
RewriteRule ^([^/\.]+)/?$ index.php?page=$1 [L]
site.local/ihome.... に移動すると、index.php?page=ihome に移動します。それでも、ihome ルールはその上にあります。
私も逆にやってみました。
ihome を特定のテンプレート ファイルに強制する必要があります。
RewriteRule ^ihome/([^/]+) /index_ip.php?page=ihome [L]
RewriteRule ^([^/\.]+)/?$ index.php?page=$1 [L]
site.local/ihome.... に移動すると、index.php?page=ihome に移動します。それでも、ihome ルールはその上にあります。
私も逆にやってみました。
ihome を特定のテンプレート ファイルに強制する必要があります。