I have developed a admin site using scriptcase V9. I am trying to deploy it to my shared hosting server so the customer can use it and sign off on it.
The customer currently has a website hosted on someone elses server si I’m using the shared hosting ip address to point to the new site we are developing. Prior to the domain being pointed at our server to go live.
The temporary url to log into the admin site is
http://176.32.230.28/placerecruitmen…tem/app_Login/
Once the site is approved and goes live it will be
http://placerecruitment.co.uk/placesystem/app_Login/
I know the deployment will work successfully once the domain is pointed but I want to be able to let the customer test before we go live.
There is a problem with the way scriptcase slices up the url to make its links for the application
This is what I found so far and I think is what’s stopping the script working
$str_path_apl_url = /placerecruitment.co.uk/placesystem/app_Login/index.php
Should look like, and will look like this when the domain is pointed
$str_path_apl_url = /placesystem/app_Login/index.php
Anybody else had this problem? Is there a known fix or file I can edit to correct it temporarily?
Any help would be appreciated.