02 PHP REST API - Creating directory structures and htaccess file

Published: 02 December 2019
on channel: Surajit Basak
2,226
12

In this video tutorial I am going to create some directories and necessary files. To redirect from 404 not found error pages we need to use htaccess file. The code is given below, you can just copy and paste it into your htaccess file:

RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule (.+) index.php?p=$1 [QSA,L]


Watch video 02 PHP REST API - Creating directory structures and htaccess file online, duration hours minute second in high quality that is uploaded to the channel Surajit Basak 02 December 2019. Share the link to the video on social media so that your subscribers and friends will also watch this video. This video clip has been viewed 2,226 times and liked it 12 visitors.