Hello to everyone
I want to move the system under the subdomain.(anket.cevizsoft.com) HTTP ERROR 500
Creations:
-SQL backup
- Editing Confing.php file
Code:
return array(
'components' => array(
'db' => array(
'connectionString' => 'mysql:host=localhost;port=3306;dbname=name;',
'emulatePrepare' => true,
'username' => 'username',
'password' => 'pass>',
'charset' => 'utf8mb4',
'tablePrefix' => 'lime_',
),
LOG:
Code:
[autoindex:error] [pid 23848] [client 162.158.251.101:40238] AH01276: Cannot serve directory /home/cevizsoft/domains/anket.cevizsoft.com/public_html/: No matching DirectoryIndex (index.html,index.htm,index.ph
p,index.php4,index.php5) found, and server-generated directory index forbidden by Options directive
but it gave the error. How can I do it?