osCmax v2.5 User Manual
Results 1 to 3 of 3

500 internal error - just remove the .htaccess

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

      
  1. #1
    New Member
    Join Date
    Oct 2006
    Posts
    6
    Rep Power
    0


    Default 500 internal error - just remove the .htaccess

    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.

  2. #2
    Active Member
    Join Date
    Nov 2002
    Location
    Sydney
    Posts
    242
    Rep Power
    10


    Default RE: 500 internal error - just remove the .htaccess

    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. #3
    New Member
    Join Date
    Apr 2006
    Posts
    11
    Rep Power
    0


    Default

    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?

Similar Threads

  1. 500 Internal Server Error... Any suggestions
    By vitoox in forum osCMax v1.7 Installation
    Replies: 3
    Last Post: 05-28-2005, 11:57 AM
  2. SEO URLS -> error 500: Internal server error ...
    By Moritz100 in forum osCMax v1.7 Installation
    Replies: 0
    Last Post: 03-18-2005, 12:11 AM
  3. Internal Server Error
    By dknylalala in forum osCommerce 2.2 Installation Help
    Replies: 1
    Last Post: 04-07-2004, 08:57 AM
  4. internal server error
    By newbie101 in forum osCommerce 2.2 Installation Help
    Replies: 3
    Last Post: 03-04-2004, 08:13 PM
  5. error with htaccess on xp/apache
    By AtroxAngel in forum osCommerce 2.2 Modification Help
    Replies: 1
    Last Post: 01-16-2003, 09:44 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •