[ umiljan1 @ 06.06.2013. 18:16 ] @
Moj problem je sledece prirode:

Instalirao sam neku skiptu radi probe na freehostia.com ali kad pokusam da otvorim stranicu prijavi mi

Citat:
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.


Kad sklonim .htaccess onda dobijem sledecu gresku

Citat:
Warning: mysqli_connect() [function.mysqli-connect]: (HY000/2005): Unknown MySQL server host 'mysql0.freehostia.com' (1) in /home/www/resenje.iz.rs/db/mysql2.php on line 72

Warning: mysqli_error() expects parameter 1 to be mysqli, boolean given in /home/www/resenje.iz.rs/db/mysql2.php on line 125


mysql2.php on line 72 je obicna konekcija na bazu

Code:
$link=mysqli_connect(SQL_IP, SQL_USER, SQL_PWD,SQL_DATABASE) or die(db::error($link));


Ovo je moj .htaccess

http://fotkica.com/uploads2N/316252_481721600_.htaccess

Hvala unapred na pomoci.
[ Jbyn4e @ 06.06.2013. 20:05 ] @
Ne znaš engleski?

Citat:
Unknown MySQL server host 'mysql0.freehostia.com'


ping mysql0.freehostia.com
Ping request could not find host mysql0.freehostia.com. Please check the name an
d try again.

ping mysql.freehostia.com
Pinging mysql.freehostia.com [198.23.57.57] with 32 bytes of data:
Reply from 198.23.57.57: bytes=32 time=136ms TTL=50
Reply from 198.23.57.57: bytes=32 time=138ms TTL=50
Reply from 198.23.57.57: bytes=32 time=139ms TTL=50
[ umiljan1 @ 06.06.2013. 20:46 ] @
Resio sam problem ubacivanjem session.bug_compat_42 u php.ini i sklanjanjem iz htaccess-a

Moja greska, ostalo mi je podesavanje od starog hosta...
pa je prijavilo gresku
Citat:
Unknown MySQL server host 'mysql0.freehostia.com'


Da ne davim vise.

Hvala jos jednom