This is a discussion on 500 internal error - just remove the .htaccess within the osCMax v2 Installation issues forums, part of the osCMax v2.0 Forums category; this has been mentioned before. with RC3, the .htaccess file under catalog seems to cause the internal error. when i ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
#1
| |||
| |||
| this has been mentioned before. with RC3, the .htaccess file under catalog seems to cause the internal error. when i first point my browser to catalog/install/, everything went fine after i removed that file. |
| Sponsored Links | ||
| ||
|
#2
| |||
| |||
| Yes was true for me too. Changed the name of the file in the /catalog/ dir and whammo it was fine. I wonder about security and whether this would effect it? |
|
#3
| |||
| |||
| This appears to be caused by the improper commenting in the .htaccess: # 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> Apparently they commented out the includes but forgot to do the content.... I changed mine to read: # 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 no more 500 error. Wonder if someone has opened a bugtrack orsumtin on this? |
| Sponsored Links | ||
| ||
| Thread Tools | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| 500 Internal Server Error... Any suggestions | vitoox | osCMax v1.7 Installation | 3 | 05-28-2005 12:57 PM |
| SEO URLS -> error 500: Internal server error ... | Moritz100 | osCMax v1.7 Installation | 0 | 03-18-2005 01:11 AM |
| Internal Server Error | dknylalala | osCommerce 2.2 Installation Help | 1 | 04-07-2004 09:57 AM |
| internal server error | newbie101 | osCommerce 2.2 Installation Help | 3 | 03-04-2004 09:13 PM |
| error with htaccess on xp/apache | AtroxAngel | osCommerce 2.2 Modification Help | 1 | 01-16-2003 10:44 AM |