Загрузка страницы

33: How to Remove the Page File Extension From the URL | Learn HTML & CSS | HTML Tutorial | mmtuts

How to Remove the Page File Extension From the URL | Learn HTML & CSS | HTML Tutorial | mmtuts. In this HTML tutorial you will learn how to remove the page file extension from the URL of your website. To do this we will need to make changes to our .htaccess file, which I will show in debt how to create and do.

Lesson starts at: 2:44

Bellow is the code:
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME}\.html -f
RewriteRule ^(.*)$ $1.html [NC,L]

➤ GET ACCESS TO MY LESSON MATERIAL HERE!

First of all, thank you for all the support you have given me!

I am really glad to have such an awesome community on my channel. It motivates me to continue creating and uploading content! So thank you!

I am now using Patreon to share improved and updated lesson material, and for a small fee you can access all the material. I have worked hard, and done my best to help you understand what I teach.

I hope you will find it helpful :)

Material for this lesson: https://www.patreon.com/posts/lesson-material-42361704

Видео 33: How to Remove the Page File Extension From the URL | Learn HTML & CSS | HTML Tutorial | mmtuts канала Dani Krossing
Показать
Комментарии отсутствуют
Введите заголовок:

Введите адрес ссылки:

Введите адрес видео с YouTube:

Зарегистрируйтесь или войдите с
Информация о видео
29 марта 2018 г. 23:04:02
00:16:29
Яндекс.Метрика