Host Your Own Website with Xampp for Free 2022/2023 Part 1 of 3

preview_player
Показать описание
This is my first tutorial on setting up your own website using xampp and apache and programming a simple webpage.

.htaccess

RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME}\.html -f

RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME}\.php -f
Рекомендации по теме
Комментарии
Автор

Thanks for this video Im going to use this now instead of paying a subscription to other website hosts, cant wait to have full control over my own home website.

totalyaburneraccout