Internal Server Error allready on just upload the files

kalle801

Member
Hello.

I bought this VisioList today, and uploaded all files.
Right after all is uploaded i use: http://push2top.tk/install/index.php

All i see is Internal Server Error.

If i delete the .htaccess file the installation work, but i got failures if i try to open the Site normally.

This is the Full Error Message:



Internal Server Error


The server encountered an internal error due to .htaccess misconfiguration.
Please check your .htaccess file within this or upper directories for syntax errors.

Diese Anfrage konnte auf Grund eines .htaccess Konfigurationsfehlers nicht bearbeitet werden.
Die Überprüfung auf Syntaxfehler in der .htaccess-Datei in diesem oder einem übergeordneten Ordner ist erforderlich.
Apache/2.4 Server at www.push2top.tk Port 80
I hope anyone can help me, it seems like asyntax error in .htacces
 

kalle801

Member
***Solved***

have to commend out: Options +FollowSymLinks
to: #Options +FollowSymLinks

And change language to: English

Thank you
 

Basti

Administrator
Staff member
Yes some free hosts seems to have issues with that tag.

My best bet is that "FollowSymLinks" is diabled and not allowed to be turned on ( what the + in that line is doing ), apparently there seems to be security risk ( not hole ) , but couldnt find any precise info yet. As a result of that some hosts might have disabled that feature and you get a 500 error
P.s if your system is running suPHP which is suggested for visiolist ( which fixes ownership issues, and the risk is related to file ownership issues ), its safe to use FollowSymLinks.
Some Hosts still have it disabled though i think. Either to be safe or they dont run suPHP

In that case its suggested to change
Code:
Options +FollowSymLinks
to
Code:
Options +SymLinksIfOwnerMatch
Let me know if things work then for you.
 
Top