Codeigniter di cpanel

Udah upload codeigniter dicpanel, Home bisa.. tapi kenapa kl ke page yg lain melalui base_url('namacontroller') itu gajalan ya? malah keluar kata kata "Not Found The requested URL /aboutus was not found on this server.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request."

base url udah nama domain, tolong dibantu.. terimakasih

avatar girisarahsrh
@girisarahsrh

6 Kontribusi 0 Poin

Diperbarui 5 tahun yang lalu

1 Jawaban:

Edit Config.php <pre> $config['base_url'] = 'https://namadomaincom/'; $config['index_page'] = ''; # hapus index.php </pre>

Edit file .htaccess

<pre> RewriteEngine on RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*)$ /index.php?$1 [L] </pre>

avatar hilmanski
@hilmanski

2670 Kontribusi 2132 Poin

Dipost 5 tahun yang lalu

Login untuk ikut Jawaban