HTACCESS / ErrorDocument - How to serve 410 instead of 403

1

0

Can anyone please tell me how to server 410 instead of 403 (without serving any html page in 403)?

Like instead of:

ErrorDocument 403 /403.html 

we need something like this:

ErrorDocument 403:410 #/i.e. 403 will show default browser's 410/Gone error

Raheel Hasan

Posted 2013-04-29T13:31:56.037

Reputation: 135

Question was closed 2013-04-30T02:10:18.467

No answers