WHAT TO DO: cannot complete installation procedure?
Posted: Jul 3rd, '15, 07:08
Scenario:
If after the first window, where the language is selected, you press Next and script sends you to a page that does not exist
“http://www.mysite.com/setup/index”.
Source of the issue:
You have not "mod_rewrite" properly installed on yuor server.
Solution:
1. Check your have enabled mod_rewrire.
If you run this script on IIS, you have to allow rewrite mode for Windows.
To do this, open the httpd.conf file and uncomment the following lines (remove the trailing #s):
If you run this script on Apache, check yuor server settings with phpinfo(); function.
2. You may download this free utility in our Framework and check your server settings:
http://www.apphp.com/php-framework/exam ... /index.php
If after the first window, where the language is selected, you press Next and script sends you to a page that does not exist
“http://www.mysite.com/setup/index”.
Source of the issue:
You have not "mod_rewrite" properly installed on yuor server.
Solution:
1. Check your have enabled mod_rewrire.
If you run this script on IIS, you have to allow rewrite mode for Windows.
To do this, open the httpd.conf file and uncomment the following lines (remove the trailing #s):
Code: Select all
#LoadModule rewrite_module modules/mod_rewrite.so
#AddModule mod_rewrite.c
If you run this script on Apache, check yuor server settings with phpinfo(); function.
2. You may download this free utility in our Framework and check your server settings:
http://www.apphp.com/php-framework/exam ... /index.php