error with Canonical URL
I am getting following error:
Canonical URL https://website.com/index.php?p=/settings/applications/disabled !== https://website.com/index.php?p=/dashboard/settings/applications/disabled.
#0 [internal function]: gdn_ErrorHandler(1024, 'Canonical URL h...', '/home/xxxx...', 853, Array)
#1 /home/xxxx/public_html/library/core/class.dispatcher.php(853): trigger_error('Canonical URL h...', 1024)
#2 /home/xxxx/public_html/library/core/class.dispatcher.php(279): Gdn_Dispatcher->dispatchController(Object(Gdn_Request), Array)
#3 /home/xxxx/public_html/index.php(29): Gdn_Dispatcher->dispatch()
#4 {main}
Vanilla Forum Version: 3.1
PHP 7.3
Apache Version 2.4.39
MySQL Version5.7.27
0
This discussion has been closed.
Comments
It's not an error. It's a warning that only appears in debug mode.
It looks like your server configuration is configured incorrectly for routing though. See the "URL rewriting is mandatory!!!" rewriting heading here.