Posted by machi27 on April 8, 2009 at 9:21am
Hi, could anyone please help me with this???
Is it anyway to redirect the Site off-line (under maintenance) drupal page into a non drupal page.
I have an under construction page (no drupal) and i would like to use this page until i finish my theme.
until now anytime i am working in the site i am changing the index.php but think thats not the best solution.
Thanks in advance
Comments
**** try at your own risk
**** try at your own risk ****
try this, (directly edit or download / edit / upload)
1. edit index.php, find ..
case MENU_SITE_OFFLINE:
drupal_site_offline();
break;
2. replace 1 line
"drupal_site_offline();" by "drupal_goto("url of your offline page");"
3. save it
4. buy me a beer
5. enjoy
We go the drupal way. How about you?
http://www.drupalway.com
thank you thank you
perfect, where do i have to send yo the beer???
Thanks
It's useful for me to custom
It's useful for me to custom the site off-lime page.