- added SEO-URL-Mode
- added Language support
This commit is contained in:
parent
fe7bacd2f6
commit
ccf2f506f0
13 changed files with 201 additions and 7 deletions
|
|
@ -56,5 +56,6 @@ $config->setRender([
|
|||
$config->setMaintainMode(false);
|
||||
$config->setDevMode(true);
|
||||
$config->setBaseUrl(''); // can changed to something like that: https://example.com !not enter a / after the url! this will break all
|
||||
$config->setSeoMode(true); //seo mode is to lookup the complete entered url in the database! without query-parameters and load the get parameters from it
|
||||
|
||||
$config->close();
|
||||
Loading…
Add table
Add a link
Reference in a new issue