Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
このコード{$smarty.server.PHP_SELF}を使用して現在のページを注文しますが、ページには.phpが付属しています。
私が欲しい他のことは、同じページの.phpを使用するユーザーを.htmlにリダイレクトすることですか?
htaccessそのために 使用できます
htaccess
RewriteEngine on RewriteRule ^(.*)\.html$ $1.php [nc]