This is tutorial for first setup CodeIgniter in Netbeans.
We also show you how to configure CodeIgniter to launch without typing using index.php in url.
Content Creator: Dio Lantief W.
follow me on my social media:
Facebook: / douw.b.ii
Instagram: / brandal_egalitar
E-Mail: [email protected]
here is the script for .htaccess file:
RewriteEngine on
RewriteRule ^([a-z0-9_-]+)\.html$ index.php/page/$1 [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond $1 !^(index\.php|asset|robots\.txt)
RewriteRule ^(.*)$ index.php/$1 [L]
Support this channel in Patreon:
/ cyberdeveloper
Like our Facebook page:
/ cyberdeveloperui
Don't forget to subscribe, like, and comment below.
Thank you guys so much for watching this video.