When i go to the following page: /install.php ... I am redirected to /index.php/install/ ... and it does not like this. It says, “No input file specified.”
Any ideas what I need to do to get this corrected?
r4 ds
I came across the same question. input the full install url, such as http://www.yourname.com/install , and then IE will find the file.
The following is key:
1. add
AddType x-mapp-php5 .php
AddHandler x-mapp-php5 .php
to the php.ini
and change php.ini into php5.ini
2. edit .htaccess
modify rewrite base /magento/ to the real url, such as rewrite base /
r4 ds
I came across the same question. input the full install url, such as http://www.yourname.com/install , and then IE will find the file.
The following is key:
1. add
AddType x-mapp-php5 .php
AddHandler x-mapp-php5 .php
to the php.ini
and change php.ini into php5.ini
2. edit .htaccess
modify rewrite base /magento/ to the real url, such as rewrite base /
3.add this line to php5.ini
cgi.fix_pathinfo = 1
Thank you. This worked perfectly for me on my godaddy shared hosting
r4 ds
I came across the same question. input the full install url, such as http://www.yourname.com/install , and then IE will find the file.
The following is key:
1. add
AddType x-mapp-php5 .php
AddHandler x-mapp-php5 .php
to the php.ini
and change php.ini into php5.ini
2. edit .htaccess
modify rewrite base /magento/ to the real url, such as rewrite base /