View Single Post
  #11  
Old 04-22-2011, 11:44 AM
webizen webizen is offline
LiteSpeed Staff
 
Join Date: Oct 2010
Posts: 2,339
The work around also works for individual vhost as stated earlier.

Quote:
Originally Posted by webizen View Post
in case someone would like to use their own error page (override global error page), define ErrorDocument directive in local .htaccess with a different URL (local) such as:
Code:
ErrorDocument 403 /local403.shtml
Reply With Quote