filmov
tv
codeIgniter tutorial - All you need to get started (configuration + database + route and more)

Показать описание
in this video we will discuss many things about codeigniter ,
1. download
4. call a view
5. load a custom library that you've created
------
.htaccess
------
RewriteEngine on
RewriteCond $1 !^(index\.php|images|assets|robots\.txt)
# Added a rewrite to respond with a 200 SUCCESS on every OPTIONS request
RewriteCond %{REQUEST_METHOD} OPTIONS
RewriteRule ^(.*)$ $1 [R=200,L]
1. download
4. call a view
5. load a custom library that you've created
------
.htaccess
------
RewriteEngine on
RewriteCond $1 !^(index\.php|images|assets|robots\.txt)
# Added a rewrite to respond with a 200 SUCCESS on every OPTIONS request
RewriteCond %{REQUEST_METHOD} OPTIONS
RewriteRule ^(.*)$ $1 [R=200,L]