RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^.*$ - [NC,L]
# Finally, redirect all other cases to the index.php
- RewriteRule ^.*$ index.php/$1 [NC,L]
+ RewriteRule ^.*$ index.php [NC,L]
</IfModule>
<IfModule mod_headers.c>
[production]
-phpSettings.display_startup_errors = 0
-phpSettings.display_errors = 0
-phpSettings.memory_limit = 256M
-phpSettings.magic_quotes_gpc = 0
-phpSettings.register_globals = 0
-phpSettings.error_log = APPLICATION_PATH "/../log/php_errors.log"
-phpSettings.log_errors= 1
-phpSettings.track_errors = 0
-
-firephp = false
+dev = false
minify.js = true
minify.css = true
bin.cp = /bin/cp
bin.rm = /bin/rm
-includePaths.library = APPLICATION_PATH "/../library"
-bootstrap.path = APPLICATION_PATH "/Bootstrap.php"
-bootstrap.class = "Bootstrap"
appnamespace = "CCGM"
-resources.view[] =
-
-resources.layout.layoutPath = APPLICATION_PATH "/layouts/scripts/"
timezone = 'Europe/Paris'
session.lifetime = 31536000 ;1 year
-session.adapter = cache
+session.adapter = mysql
webhost = www.ccgm.fr
database.params.dbname = ccgmzwgfweb
seo.universalAnalytics = UA-42799235-1
-seo.google =
-seo.bing =
+seo.google = ICVt8ZuUETC45t3SdN7L2WzwCPkXmkXbK8u3RtOXypc
+seo.bing = 8986457D1D126C38A815027C839372DC
navigation.containers[]=0;
navigation.containers[]=-1;
locales.fr =
;locales.en =
-
acl.perpage = true
acl.roles[] = superadmin
acl.roles[] = admin
[testing : production]
-firephp = true
-profile = true
-
-phpSettings.display_startup_errors = 1
-phpSettings.display_errors = 1
-phpSettings.track_errors = 1
-resources.frontController.params.displayExceptions = 1
+dev = true
httpauth.username = ccgm
httpauth.password = 20ccgm13
$this->view->headScript()->addScriptAndStyle('rightbar');
- $res.='<aside id="rightbar">';
+ $res='<aside id="rightbar">';
$res.=$this->view->imageProcess($s['image'], '', 262, null, array(), 'R');
$res.='<section>';
$res.=$this->view->markupDotclear($s['text']);