vikal Posted September 9, 2008 Posted September 9, 2008 hi now can anyone inform me about this error when i tried to install http://braindigit.com/drug/store/install/ 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 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request. waiting for you help vikal
vikal Posted September 9, 2008 Author Posted September 9, 2008 Hi well let me explain why these things happening... in the local host there is not problem since i am using .htaccess # $Id: .htaccess,v 1.3 2003/06/12 10:53:20 hpdl Exp $ # # This is used with Apache WebServers # # For this to work, you must include the parameter 'Options' to # the AllowOverride configuration # # Example: # # <Directory "/usr/local/apache/htdocs"> # AllowOverride Options # </Directory> # # 'All' with also work. (This configuration is in the # apache/conf/httpd.conf file) # The following makes adjustments to the SSL protocol for Internet # Explorer browsers <IfModule mod_setenvif.c> <IfDefine SSL> SetEnvIf User-Agent ".*MSIE.*" \ nokeepalive ssl-unclean-shutdown \ downgrade-1.0 force-response-1.0 </IfDefine> </IfModule> # If Search Engine Friendly URLs do not work, try enabling the # following Apache configuration parameter # # AcceptPathInfo On # Fix certain PHP values # (commented out by default to prevent errors occuring on certain # servers) # #<IfModule mod_php4.c> # php_value session.use_trans_sid 0 php_value register_globals 1 #</IfModule> and and i am doing like this in sessions.php function tep_session_is_registered($variable) { // >>> BEGIN REGISTER_GLOBALS // return session_is_registered($variable); return (isset($_SESSION[$variable])); // <<< END REGISTER_GLOBALS } //this is the contribution.... and after doing the above case my site runs in localhost...without the single error and i am doing the same thing in web server also but i have got the following error 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 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request. tell me what to do...i am tired with this problem help me..guide me please waiting for you help vikal
vikal Posted September 10, 2008 Author Posted September 10, 2008 hi is it that much hard to solve nobody is responding me but i am still expecting that i will get solution here hoping best vikal
Recommended Posts
Archived
This topic is now archived and is closed to further replies.