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.
domain.com/imageid. 現在、たとえば domain.com/?image=imageid を使用して画像を表示し、$_GET スーパーグローバル配列で収集しています。
Apache の rewrite_mod を使用するだけです。
ルート ディレクトリに次の名前のファイルを作成し、次の.htaccessように記述します。
.htaccess
RewriteEngine On RewriteRule ^(.+)$ index.php?image=$1