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.
php でパーソナライズ404 error pageされたものを作成したいのですが、ローカルホストで動作するようにしたいのですが、ローカルホストには .htaccess ファイルがないことがわかっています。
404 error page
ローカルホストに.htaccessファイルを作成できます。Webサーバーのルートディレクトリにあることを確認してください(WAMPを信じています。wwwフォルダです)。XAMPPでは、htdocsフォルダーです。
次に、.htaccessファイルで、次の行に沿って何かが必要です。
ErrorDocument 404 /path/to/error/404/page