If you want to force your user to use your application within in an iFrame (either as a canvas app or as a fan page application), the only way to do so is using JavaScript. Here is some sample code you can use.
- Home
- Posts tagged "Tutorial" (Page 4)
Posts tagged "Tutorial"
0
Using .htaccess Files to Show Maintenance Page
When it comes to updating a database or your code in a production environment, or even migrating code between old and new servers, you don’t want someone accessing your files during your deployment procedure.
Apache, Deployment, Linux, Tutorial