learn about codeigniter tutorial in tamil | how to create controller and load view file in codeigniter tamil | load view page in controller page | MVC pattern in codeigniter | codeigniter framework tutorial in tamil
Use the following code to remove "index.php" from the url
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php?/$1 [L]
How to load view files in codeigniter
$this-load-view('file_name.php');
email: [email protected]