私のサイトがあります
.php
SEOの場合、すべてのリンクから拡張機能を削除しました。.php
次に、.htaccessファイルを使用して拡張子を追加します。どうすればこれができますか。htaccessを使うつもりはありません
Options +FollowSymlinks
RewriteEngine on
RewriteRule ^someName-([0-9]+)\.html$ someName.php?id=$1 [NC]
これは */someName-f435weS.html を someName.php?id=f435weS に転送します
ソース: http://roshanbh.com.np/2008/02/hide-php-url-rewriting-htaccess.html