Results 1 to 6 of 6

Hybrid View

  1. #1
    Join Date
    May 2007
    Posts
    6
    Plugin Contributions
    0

    bug All graphics on my test site suddenly disappear

    My test site was working great the last few months. I have not access if a few weeks. Today when I open the URL the website still seem to work but all the graphics are gone.

    What could have happen? Please help... I have an urgent need to get it running again.

    Thanks for your help

    http://vnlisting.homelinux.com/cdmovies

  2. #2
    Join Date
    Aug 2005
    Posts
    26,067
    Plugin Contributions
    9

    Default Re: All graphics on my test site suddenly disappear

    the following is the stylesheet being loaded with your site:
    Code:
    <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
    <html><head>
    <title>500 Internal Server Error</title>
    </head><body>
    <h1>Internal Server Error</h1>
    <p>The server encountered an internal error or
    misconfiguration and was unable to complete
    your request.</p>
    <p>Please contact the server administrator,
     admin@vnlisting.com and inform them of the time the error occurred,
    and anything you might have done that may have
    caused the error.</p>
    <p>More information about this error may be available
    in the server error log.</p>
    <hr>
    <address>Apache/2.2.0 (Fedora) Server at vnlisting.homelinux.com Port 80</address>
    </body></html>
    This is not what goes with Zen Cart - check your files for content
    Zen-Venom Get Bitten
    Get Your Business Found

  3. #3
    Join Date
    May 2007
    Posts
    6
    Plugin Contributions
    0

    bug Re: All graphics on my test site suddenly disappear

    Thank you Kobra.

    I think it has something to do with my htaccess file. Here is my htaccess file.

    # $Id: .htaccess 1105 2005-04-04 22:05:35Z birdbrain $
    #
    # This is used with Apache WebServers
    # The following blocks direct HTTP requests in this directory recursively
    #
    # For this to work, you must include the parameter 'Limit' to the AllowOverride configuration
    #
    # Example:
    #
    #<Directory "/usr/local/apache/htdocs">
    # AllowOverride Limit
    #
    # 'All' with also work. (This configuration is in your apache/conf/httpd.conf file)
    #
    # This does not affect PHP include/require functions
    #
    # Example: http://server/catalog/includes/application_top.php will not work

    <Files *.php>
    Order Deny,Allow
    Deny from all
    </Files>

  4. #4
    Join Date
    Apr 2006
    Location
    London, UK
    Posts
    10,655
    Plugin Contributions
    25

    Default Re: All graphics on my test site suddenly disappear

    The text that has replaced your stylesheet is one that is automatically generated when your server blocks access to the stylesheet.

    A common reason for this is a dodgy .htaccess file in your store's root or includes folder.

    I'd check whether you have one, and if so rename it to .htaccess_OLD or something similar, and see if that helps.


    UPDATE: Having read your post - you're on the right track (and faster than me!)
    See and test drive Zen Cart's free templates at zencarttemplates.info

    Kuroi Web Design and Development | Twitter

    (Questions answered in the forum only - so that any forum member can benefit - not by personal message)

  5. #5
    Join Date
    May 2007
    Posts
    6
    Plugin Contributions
    0

    bug Re: All graphics on my test site suddenly disappear

    Thank you Kuroi

    Does the htaccess posted above look right? It doesn't seem to be correct where it deny access to all. I did not make any changes to this htaccess file at all.
    When I rename this htaccess the website seems to work but the problem still exists in the admin pages.

    Is there any security risk to the site if I remove/rename this htaccess?

  6. #6
    Join Date
    Aug 2005
    Posts
    26,067
    Plugin Contributions
    9

    Default Re: All graphics on my test site suddenly disappear

    There is a seperate .htaccess in the admin area..

    Talk to your host as if this was ok before I would venture that they have altered the allowable use of the htaccess file.

    What you posted is a stock default one that is part of the distribution
    Zen-Venom Get Bitten
    Get Your Business Found

 

 

Similar Threads

  1. Old site suddenly stopped working
    By Leowald in forum General Questions
    Replies: 2
    Last Post: 8 Jan 2007, 03:04 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •