site under maintainence for php and IIS server - php

I have a website running on php symfony2 framework with IIS has the web server .I wanted to display Site Under maintainence message whenever there is prod deployment .I tried using app_offline.htm by placing in the root driectory of my website but didn't workout.
Can someone suggest me a better way of handling this or how to make this work.
Any suggestion would be appreciated
Thanks!

Related

How to import a PHP file to another computer?

I am working on a project with PHP server and I have no previous experience, so I will try to explain myself in the best way!
After I built my website and put the project in the XAMPP folder in order for the PHP browser to run, I had to also download the XAMPP control panel and run APACHE.
My question is how do I give permission to my team to also be able to open the site without downloading XAMPP and to belong to the server I created in PHPmyadmin, do I need an external server? Or is there another way? I would appreciate your help, thank you!

How to deploy PHP backend application by google cloud

I install in the google cloud app engine the Apache and PHP.
I put the files in var/www/html/.
I try to connect to PHP by POST, it's not working.
seem the PHP files no running.
Please help me! Thank!
The way you use App Engine is by just deploying your applications, there is no need to install Apache or PHP on it. In fact there is a very simple guide over at https://cloud.google.com/appengine/docs/standard/php/quickstart which shows how to deploy a simple hello world application and you can start building from there.

wordpress website server configuration local system

I would like develop and test my wordpress website on windows xp system.I'm unable to set Wordpress in my system, please help me to find a suitable phpmysql server which supports wordpress on windows xp. I've already used uniserver, phpmyadmin, and esy php but they are not worked well.I am new to this and any help will be appreciated
Thanks
You can try Xamp, Wamp for windows, and if you already have prebuild wordpress then you have to make sure that the migration is done properly.
For migration there lots of plugin available to that use one of them.
Or just change the host file with same domain name, so that you can test your wordpress site without any migration burden.
Bitnami wordpress is a very easy way to get set up on windows. It comes with the whole stack to get you set up and is installed in just a few minutes without any command line usage. https://bitnami.com/stack/wordpress

Bootstrap integration into PHP(CodeIgniter) - Setup?

The results I get when I google are a bit outdated. How should I integrate the SB Admin 2 bootstrap theme into the PHP framework codeigniter?
From a more noob perspective, how would I set up the server environment to test it out locally? XAMPP does not appear to work for me on Lubuntu 14.04(LXDE), Apache server never starts up.
I use PHPStorm as my IDE.
Sorry for the beginner question, but I've started over on this project 5 times now because things mess up.
this tutorial can get help you to setup the environment,
apache is included in this php package
http://www.dev-metal.com/install-setup-php-5-6-ubuntu-14-04-lts/

Zend Framework server requirements

My question is simple. Let's say i have setup Zend Framework on my local machine in Windows environment. What do i need to get my site live on a Unix/Linux server? Will it work only by uploading the site files and database straightaway? Do i need SSH access or something like that?
I just want to know what do we have to do to get a Zend framework site up and running on a Linux server. The documentation on official zend site documentation does not seem to be sufficient.
Any help will be highly appreciated. And btw i'm new to Zend Framework. So please bear with me.
You can just upload your project. No SSH needed. You'll probably have to change your configs so that your database credentials match those of your server. If something else is wrong, like files that cannot be found, you'll be notified by an error and simply adjust your include path accordingly. You most probably won't face too many surprises!

Categories