Info Panel
Roll it!   ⇔
1 - Documantation
* Knowledge Base
  • Mvc
  • Application
  • Advanced
  • Operators
  • Api
* Origin Template
  • Customize
* Core Classes
* Classes

* all grey titles exists but not documented yet

Remove Unnecessary Www

Variable: $cfg['router']['removeUnnecessary']['www']

Effected class: router

Config type: router

Type of data: integer|boolean

Platform: 2v

How to call: self::$cfg['router']['removeUnnecessary']['www']

(only from effected classes)

Description:
Removes www from the starting of the url and redirect. - It is wiser to use htaccess if possible.
Available options:
0|false - Disabled.
1|true - Enabled.
example: 1
The default set of "www".
How to set (example):
Code:
Info Panel
Roll it!   ⇔