*** REMOVED RELATIVE LINK POLICY ***

A relative link policy was a bad idea, Laravel/Redirects did not play nicely at all.
This commit is contained in:
Samuel Georges 2015-02-14 13:26:13 +11:00
parent fe611b8834
commit 47eff923e5
2 changed files with 2 additions and 4 deletions

View File

@ -215,7 +215,6 @@ return array(
|
| Controls how URL links are generated throughout the application.
|
| relative - relative to the application, schema and hostname is omitted
| detect - detect hostname and use the current schema
| secure - detect hostname and force HTTPS schema
| insecure - detect hostname and force HTTP schema
@ -223,6 +222,6 @@ return array(
|
*/
'linkPolicy' => 'relative',
'linkPolicy' => 'detect',
);

View File

@ -116,7 +116,6 @@ return array(
|
| Controls how URL links are generated throughout the application.
|
| relative - relative to the application, schema and hostname is omitted
| detect - detect hostname and use the current schema
| secure - detect hostname and force HTTPS schema
| insecure - detect hostname and force HTTP schema
@ -124,5 +123,5 @@ return array(
|
*/
'linkPolicy' => 'relative',
'linkPolicy' => 'detect',
);