OXID eShop CE  4.9.7
 All Classes Files Functions Variables Pages
oxseo.php
Go to the documentation of this file.
1 <?php
2 
3 // mod_rewrite check
4 if (isset($_REQUEST['mod_rewrite_module_is'])) {
5  $sMode = $_REQUEST['mod_rewrite_module_is'];
6  if ($sMode == 'on') {
7  die("mod_rewrite_on");
8  } else {
9  die("mod_rewrite_off");
10  }
11 }
12 
19 {
20  return true;
21 }
22 
23 // executing regular routines ...
24 require 'index.php';