Upgrade from 3.2 to 3.3_BETA

luckylutz

New Member
YetiShare User
Aug 30, 2012
147
0
0
44
Schwitzerland
www.hoodload.com
Hi.

I have upgraded from 3.2 to 3.3.

Now i have an internal Server Error 500

when I use the domain https://ww.hoodload.com entries in the browser, it jumps directly to the following URL:
https://www.hoodload.com/_CONFIG_CORE_SITE_HOST_URL

With the Message:
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.

Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.

Apache Server at www.hoodload.com Port 443


At the Moment i make a Downgrade.
So it is incomprehensible to my page
 

victorajranir1635

New Member
YetiShare User
Jul 10, 2012
6
0
0
problem come from htaccess

try this one:

Code:
RewriteEngine On
RewriteCond %{REQUEST_URI} ^(.+)\~s$
RewriteRule ^(.*) /stats.php?u=$1 [L]
RewriteCond %{REQUEST_URI} ^(.+)\~d$
RewriteRule ^(.*) /delete_file.php?u=$1 [QSA,L]
RewriteCond %{REQUEST_URI} ^(.+)\~i$
RewriteRule ^(.*) /share_file.php?u=$1 [QSA,L]
RewriteCond %{REQUEST_URI} ^(.+)\~f$
RewriteRule ^(.*) /view_folder.php?f=$1 [QSA,L]

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond $1 !\.html$
RewriteRule ^(.*) /file_download.php?u=$1 [QSA,L]

RewriteRule ^(.*).html$ /$1.php [L]
 

adam

Administrator
Staff member
Dec 5, 2009
2,043
108
63
Sorry guys some initial snags with the installer. This should be fixed in the latest beta download now.