• Hi there.

    Installed fancybox plus and wen I press the fancybox plus button I got this on the popup window:

    Inter-nal Ser-ver Error
    
    The ser-ver encoun-tered an inter-nal error or mis-con-fi-gu-ra-tion and was unable to com-plete your request.
    
    Please con-tact the ser-ver admi-nis-tra-tor, [email protected] and inform them of the time the error occur-red, and anything you might have done that may have cau-sed the error.
    
    More infor-ma-tion about this error may be avail-able in the ser-ver error log.
    
    Addi-tio-nally, a 404 Not Found error was encoun-tered while try-ing to use an ErrorDo-cu-ment to handle the request.

    Permalinks are default and even deleted the htaccess file but do not work.

    Wen I edit htaccess and paste this

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>
    # END WordPress

    Wen I press the popup now, in the window, my website appears.

    Any idea how can I solve this?

    regards,

    mgoyanes

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Internal error’ is closed to new replies.