Hi,
On my 64 bit RHEL5.4 system I have create a virtualhost www.scriptcase.lan, under the folder /home/www
Therefore, the global path is /home/www/scriptcase.lan. Here I have unzipped SC v5 and the folder is renamed scriptcase.
Then, I have applied the permissions: chmod 777 scriptcase -R.
This is the section of virtualhost in httpd.conf
<VirtualHost *:80>
ServerName www.scriptcase.lan
DocumentRoot "/home/www/scriptcase.lan/scriptcase"
ServerAlias scriptcase.mysite.it
PHPINIDir "/usr/local/apache2/conf"
<Directory "/home/www/scriptcase.lan/scriptcase">
allow from all
Options +Indexes
</Directory>
<Directory "/home/www/scriptcase/cgi-bin">
AllowOverride None
Options ExecCGI -MultiViews -Indexes
Order allow,deny
Allow from all
</Directory>
ErrorLog logs/error_scriptcase.lan.log
LogLevel warn
CustomLog logs/access_scriptcase.lan.log combined
ServerSignature On
</VirtualHost>
And I have adjusted the Hosts File.
-
In my browser I type: http://www.scriptcase.lan and the SC welcome page is opened (look the picture at end of topic)
-
I click on Next and the Registration page is displayed (second screenshot - the URL displayed is http://www.scriptcase.lan/install.php)
-
I enter myreg and click on Next. The problem that occurs is documented in the third screenshot: the URL is http://install.php
This is the screenshot:
Can someone help me ?
Thank You and Best Regards
Gaetano