Changes

Jump to navigation Jump to search
354 bytes added ,  11:09, 15 March 2014
Line 75: Line 75:  
  expand-template /etc/php.ini
 
  expand-template /etc/php.ini
 
  /etc/init.d/httpd-e-smith restart
 
  /etc/init.d/httpd-e-smith restart
 +
 +
====PHP document root====
 +
$_SERVER['DOCUMENT_ROOT']
 +
If you set up an application in an ibay you may have some odd results due to the usage of $_SERVER['DOCUMENT_ROOT'] by the application.
 +
By default this is set in php.ini to :
 +
 +
/home/e-smith/files/ibays/Primary/html
 +
 +
How to overcome $_SERVER['DOCUMENT_ROOT'] issues in ibays see [[PHP_document_root]]
    
===https forced redirection using custom template===
 
===https forced redirection using custom template===

Navigation menu