Codeigniter mini Project Tutorial in Hindi/Urdu ( Removing Index.php )
Codeigniter mini Project Tutorial in Hindi/Urdu ( Removing Index.php )
This video series covers creating mini project using codeigniter framework & this video covers .htaccess to remove index.php in Hindi/Urdu.
General Synax of .htaccess File:-
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php/$1 [L]
Project Structure:-Basic Codeigniter Tutorial for Beginners Step by Step in Hindi
https://www.youtube.com/watch?v=GcRv-3-pXeI&list=PL_HlKez9XCSM6WNO_dHhF3yPKVdY1ZZzB
If you have any doubt regarding this stuff than you can leave your comment in comment box.
You can also connect with us the following links are mention below:-
Twitter id :https://twitter.com/tutorialspoint2
facebook : https://www.facebook.com/tutorialspoint2016
Instragram : https://www.instagram.com/tutorialspoint2016
Google plus : https://plus.google.com/+TutorialsPoint2016
Blogger : http://tutorialspoint2016.blogspot.in/
Don't forget to hit the Subscribe & Like button!
This video series covers creating mini project using codeigniter framework & this video covers .htaccess to remove index.php in Hindi/Urdu.
General Synax of .htaccess File:-
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php/$1 [L]
Project Structure:-Basic Codeigniter Tutorial for Beginners Step by Step in Hindi
https://www.youtube.com/watch?v=GcRv-3-pXeI&list=PL_HlKez9XCSM6WNO_dHhF3yPKVdY1ZZzB
If you have any doubt regarding this stuff than you can leave your comment in comment box.
You can also connect with us the following links are mention below:-
Twitter id :https://twitter.com/tutorialspoint2
facebook : https://www.facebook.com/tutorialspoint2016
Instragram : https://www.instagram.com/tutorialspoint2016
Google plus : https://plus.google.com/+TutorialsPoint2016
Blogger : http://tutorialspoint2016.blogspot.in/
Don't forget to hit the Subscribe & Like button!
Comments
Post a Comment