Hide the URL Address of apps

Hi people, it is possible to hide the url of apps
when they are redirected from a control app to another control apps?

Just like in these example

http://www.scriptcase.es/es/samples/php-systems/security/

when you login and open menu apps, the url address bar doesn’t change

it is default in scriptcase menu apps

but is possible the same behavior without using menu, only control apps?

thanks…

Hi JJHermosillo,
Yes you can ‘hide’ the URL’s of your applications using Scriptcase. Please follow these steps:

1. Create a Blank Application with the following code:

echo '<iframe frameBorder="0" height="100%" width="100%" src="APPLICATION_URL"></iframe>';

Note: Replace ‘APPLICATION_URL’ with your Application URL. Now all your applications will run inside an iframe and your URL’s are ‘hidden’.

Thanks for the answer.

When and where should i call the blank application with that code?
Whan event?
should i call the blank appliction for each app that i want to hide?

You don’t call this application, you use it as your main url : www.mysite.com/main.php; that is, if you name the blank application ‘main’. After doing this the application will load the real application in the iframe. But don’t expect that it will enhance your security to a high degree as it is very simple to bypass and overcome.

New version coming soon — check out what's new in Scriptcase 9.12! New version coming soon — check out what's new in Scriptcase 9.12!