/config/fpengine.inc.php
Values which control fpegine.php
fpengine.php generates the output the public see
$fPcacheexclusion = array('');
an array of cache excluded templates
$fPcacheexclusion = array('1','2','3');
This would exclude templateid's 1, 2 and 3 from the caching engine
This prevents certain pages from being included in the cache.
define(fPsessions, on);
Should always be on
$selinks='Y';
Defines search engine friendly links
$newurllink='N';
instead of fpengine.php/1/ - the link becomes /fpengine.php/1/home.html
$menushortlink='N';
allow the linking of menu items by a short URL
http://localhost/nzs_new_site/fastpage/fpengine.php/support_summary_details.htm/81
instead of
http://localhost/nzs_new_site/fastpage/fpengine.php/support_summary_main.htm/81/menuid/1/tempidx/73/link/1
$cachecontrol='Y';
whether you want output caching turned on (will speed up page loads)
$fPdefaulttpl=1;
Define the default template - normally not required unless the home page is not template ID 1
$gzip_compression='N';
Turn gzip output on, this will compress all html output to the browser and speed up page loads
$parse_keywords='N';
Turn Parse Keywords on
$fPMultipagecontents=0;
Dropdowns Page Article - set to 1 to use dropdowns
|