RewriteEngine on
RewriteBase /
+ RewriteRule ^google[a-f0-9]*.html$ index.php [L,END]
+ RewriteRule ^BingSiteAuth.xml$ index.php [L,END]
+
RewriteCond %{HTTPS} off
RewriteRule .* https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
# Redirection to www. subdomain
- RewriteCond %{HTTP_HOST} ^example.com$
- RewriteRule ^(.*)$ http://www.example.com/$1 [R=301,L]
+ RewriteCond %{HTTP_HOST} ^fluidbook.com$
+ RewriteRule ^(.*)$ https://www.fluidbook.com/$1 [R=301,L]
+
# Protect framework
RewriteRule ^framework/.*$ - [F]
RewriteRule ^.*\.ini$ - [F]
$path = implode('/', $path);
-
// Si un des cas ci-dessus
if (isset($name)) {
$nav = $this->getNavigation()->getLocaleContainer($locale);
$map = array();
$map['fr'] = array(
- 'Questions-reponses' => 'faq',
+ 'Questions-reponses' => 'fonctionnalites',
'Presentation-fonctionnalites-services' => 'fonctionnalites',
'Demande-de-devis' => 'contact',
'Revendeurs' => 'agences',
);
$map['en'] = array(
- 'Faq' => 'faq',
+ 'Faq' => 'fonctionnalites',
'Overview' => 'fonctionnalites',
'Quote-request' => 'contact',
'Resellers' => 'agences',