Jump to content

Internal Server Error. using "::" ?


PC Nerd

Recommended Posts

hi guys.

 

ivre recently installed  V-Webmail on my server, and the installation worked fine on my localhost.  However when i uploaded the files to my online server, i found that i got "Intertnal Server Error".  Now when i looked at the index.php, it had code, using :: between words  an example is below.  Coudl this be cauaseing the error, or is it somethign else?

 

thanks for your help,

PC Nerd

 

include('config.php');

 

/**

** Check Login

*/

auth::check_login('login.php', 'index.php');

 

/**

* Redirect to email.list.php

*/

common::redirect('email.list.php');

 

Please remember this is the index.php from V-Mail, just to make sure im not bvreaching copyright.:>

 

thanks

Link to comment
https://forums.phpfreaks.com/topic/55811-internal-server-error-using/
Share on other sites

ok, this is the htaccess file.... that comes with the files....

i dont know anythign about this sort of stuff..... can some one let me know what mught be causeing this problem?

 

thanks.

 

php_flag session.auto_start Off

php_flag register_globals Off

 

thats a problem, becauase it took me ages to upload the directory.... like theres heaps if files.  thats why i think thayve put in htaccess etc..... i dont even know what each one is doing... unless its going to impact onm site, i could always place it in the /www/ directory version?  would this help

 

thanks

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.