Reputation: 15925
Is it possible to use the .htaccess file to make it look like a specific url/file does not exist?
Upvotes: 0
Views: 49
Reputation: 943562
You use use the Redirect directive for this.
Redirect gone /example.html
Upvotes: 2