Sunday 15 August 2010

php - Internal Server Error When i upload a WordPress Files To Online Server -



php - Internal Server Error When i upload a WordPress Files To Online Server -

i coded wordpress theme , uploaded whole wordpress directory online site server , home page working fine when jump single content page or seek login gives me below error , please help me out!

500 internal server error

the server encountered internal error or misconfiguration , unable finish request.

please contact server administrator, webmaster@iamifti.com , inform them of time error occurred, , might have done may have caused error.

more info error may available in server error log.

additionally, 500 internal server error error encountered while trying utilize errordocument handle request.

regards, iftikhar

you need create changes on functions.php file plays of import role in theme functioning.

if isn't solved problem there many syntax errors or spacing errors in code in theme file.

for allowing redirecting should use

add_action('init', 'do_output_buffer');

the function do_output_buffer

function do_output_buffer() { ob_start(); }

please have reference here

php wordpress

No comments:

Post a Comment