Jump to content

[SOLVED] Site just crashed - Prestashops fault?


Recommended Posts

My site www.viktorsundberg.se and www.viktorsundberg.se/shop/ just crashed and got a 500 error. The one.com admin say that it might have to do with smarty generating stuff? I havn't done *anything* with my webshop or site since this morning, so I have NO idea what can be wrong, what do you guys think?

What should I do to get my site going again?
All the html-files work, but no php, not even at the root (over /shop/).

I hope I can solve this soon :(

Link to comment
Share on other sites

Cleared *.* but it still doesnt work :(

I still get:
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, [email protected] and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.



I have a httpaccess that looks like this:

# -FrontPage-

IndexIgnore .htaccess */.??* *~ *# */HEADER* */README* */_vti*


order deny,allow
deny from all
allow from all


order deny,allow
deny from all


RewriteEngine On
RewriteCond %{DOCUMENT_ROOT}%{REQUEST_URI} !-f
RewriteRule ^.+\.php$ /lostpage.php
ErrorDocument 404 http://www.viktorsundberg.se/lostpage.php

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...