Building MVC Framework from Scratch: htaccess configuration
This video is a part of video series on Building MVC Framework from Scratch in PHP.
In this video, I describe how routing works using htaccess configurations.
.htaccess file:
RewriteEngine on
RewriteBase /Building%20MVC%20Framework%20From%20Scratch/
RewriteRule ^(.*)$ index.php?uri=$1 [QSA]
Видео Building MVC Framework from Scratch: htaccess configuration канала Ritesh
In this video, I describe how routing works using htaccess configurations.
.htaccess file:
RewriteEngine on
RewriteBase /Building%20MVC%20Framework%20From%20Scratch/
RewriteRule ^(.*)$ index.php?uri=$1 [QSA]
Видео Building MVC Framework from Scratch: htaccess configuration канала Ritesh
Комментарии отсутствуют
Информация о видео
30 ноября 2016 г. 17:06:42
00:10:45
Другие видео канала