I need help please. I hosted a website designed with codeigniter on a remote server, but I can not access the pages.Jai as 404 page not found error.
Here is the contents of the config.php file
$ config ['base_url'] ='http://www.SitePhp';
$ config ['index_page'] ='';
Here is the content of the .htaccess file
Options -Indexes
RewriteEngine On
RewriteCond $1 !^(index\.php|assets/|robots\.txt)
RewriteRule ^ (. *)$ index.php/$ 1 [L]
Thank you.
config.phpand.htaccessfiles or did you add those for our benefit?