hamzabos Posted May 5, 2007 Share Posted May 5, 2007 Hello I uploaded the CATALOG folder on my domain after this i changed permission of configuration.php file = 777 and then i goto http://www.mywebname.com/CATALOG/INSTALL/ but it donot show installing page basically it show directories of my web . It's show me Index of /CATALOG/INSTALL Name Last modified Size Description -------------------------------------------------------------------------------- Parent Directory 05-May-2007 02:12 - IMAGES/ 05-May-2007 01:54 - INCLUDES/ 05-May-2007 01:55 - INDEX.PHP 05-May-2007 01:52 1k INSTALL.PHP 05-May-2007 01:52 2k UPGRADE.PHP 05-May-2007 01:52 1k oscommerce.sql 05-May-2007 01:52 176k templates/ 05-May-2007 01:56 - [red]please tell me what happened with this page [/red] waiting ur's reply Hamza Khalid Link to comment Share on other sites More sharing options...
nerbonne Posted May 5, 2007 Share Posted May 5, 2007 First, why do you have your directories Capital letters? Thats going to cause you all kinds of problems later, I suggest you change it. Now, about your problem, generally this suggests that the webserver does not recognize index.php as a default index page. To fix it, you need to modify your webserver settings (hard) or you can add an .htaccess file to the root of the site that has this text: # Changes default page. DirectoryIndex INDEX.PHP Link to comment Share on other sites More sharing options...
hamzabos Posted May 5, 2007 Author Share Posted May 5, 2007 After this it show "FATAL ERROR: register_globals is disabled in php.ini, please enable it!" but i also uploaded php.ini file which included following source code . register_globals = On session.bug_compat_42 = Off session.bug_compat_warn = Off please tell me any changing require in .htaccess file then tell me what i change in this file waiting ur's reply Hamza Khalid Link to comment Share on other sites More sharing options...
hamzabos Posted May 5, 2007 Author Share Posted May 5, 2007 In .htaccess file the following code # $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> Link to comment Share on other sites More sharing options...
hamzabos Posted May 6, 2007 Author Share Posted May 6, 2007 Please reply me Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.