.htaccess 404 Page problem ! !

Discussion in 'Apache' started by merianos, Nov 19, 2008.

  1. #1
    Hello ! ! !

    I'm running Apache on my Windows Vista system ! ! !

    I have make the default installation.

    Now the problem is that I like to create my own 404 page with the usage of .htaccess and I acan't

    The .htaccess content is that :

    
    <Files .htaccess>
    order allow,deny
    deny from all
    </Files>
    
    ErrorDocument 404 /errorPage.php
    
    Code (markup):
    What can i do ? ? ?

    Many many thanks ! ! !
     
    merianos, Nov 19, 2008 IP
  2. joebert

    joebert Well-Known Member

    Messages:
    2,150
    Likes Received:
    88
    Best Answers:
    0
    Trophy Points:
    145
    #2
    In the virtualhost container for the site, make sure the site is allowed the FileInfo override.
     
    joebert, Nov 21, 2008 IP