I was developing a site locally using yii2 basic template and when i uploaded it to the shared hosting server I set to document root to site/web i get the following error when i direct to the home page.
Warning: Unexpected character in input: ‘\’ (ASCII=92) state=1 in …\web\index.php on line 12
Parse error: syntax error, unexpected T_STRING in …\web\index.php on line 12
Here is my line 12 of the index.php file
(new yii\web\Application($config))->run();