search

Home  >  Q&A  >  body text

There is a problem after modifying the default configuration of ThinkPHP5.0

Make the following modifications according to the teacher’s tutorial:

<?php

namespace app\index\controller;

class Index

{

public function index()

{

return 'PHP Chinese website';

}

}

Change After that, when I enter the domain name of the virtual host in the address bar of the page, it still shows the page with the smiley face. What’s going on?

class Index

{

public function index()

{

return 'PHP Chinese website';

}

}


王欣然王欣然1928 days ago1165

reply all(0)I'll reply

No reply
  • Cancelreply