How to Remove HTML Extension/ PHP Extension from URL || How to make SEO Friendly URL || Must Watch

How to Remove HTML Extension/ PHP Extension from URL || How to make SEO Friendly URL || Must Watch

Player Of Code

54 года назад

15,535 Просмотров

Hey Guys Welcome back to my new video.
In this video i'll show you how to
remove .html extension form URL
remove .php from the URL
make SEO Friendly URL
Make Clean URL
How to use Mod_rewrite
=============================Remove HTML Extension =====================
RewriteEngine on
RewriteCond %{THE_REQUEST} /([^.]+)\.html [NC]
RewriteRule ^ /%1 [NC,L,R]

RewriteCond %{REQUEST_FILENAME}.html -f
RewriteRule ^ %{REQUEST_URI}.html [NC,L]
=============================Remove PHP Extension=========================
RewriteEngine on
RewriteCond %{THE_REQUEST} /([^.]+)\.php [NC]
RewriteRule ^ /%1 [NC,L,R]

RewriteCond %{REQUEST_FILENAME}.php -f
RewriteRule ^ %{REQUEST_URI}.php [NC,L]
If you are getting any problem contact me on
Whatsapp: +917054874357
Email:- [email protected]
Visit us:- www.playerofcode.com

Don't forget to like and subscribe my channal.

How to remove the page file extension from the url, Remove the page extension, Remove the page extension from url, How to hide the file extension from the url, How to hide the page file extension from the url, Hide url extension, Remove url extension, Remove url page extension, Hide url page extension, How to remove html extension from url without htaccess, How to remove html extension from url using javascript, Remove .html extension, How to remove html extension from url using htaccess,How to remove html extension from url, Hide .php or .html extension in url (.htaccess), .htaccess, Remove extension, Php, Php tricks, Html/php, Html programming, Html tricks, Php programming, Uniform resource locator, How to remove the file extension from the url, Remove the page file extension, Htaccess, Url extension
SEO, SEO 2018, Learn seo, Seo training, Seo for beginners, Seo tutorial for beginners, Seo tutorial for beginners step by step, Seo 101, Search engine optimization tutorial, Seo tutorial, Tutorial seo, Seo ranking, Website seo, Seo tips, Seo optimization, Google seo, How to seo, Seo basics, How to do seo, Seo marketing, Seo optimization tutorial, Seo google, What is seo and how does it work, Seo checklist, #technovedant, Seo friendly permalink, Seo friendly url structure, Seo friendly permalink structure, Seo friendly url structure in hindi,Seo friendly permalink structure in hindi,The big marketer,Seo url structure,Seo url structure 2018,Seo url structure best practices,Url structure seo,Url structure for seo 2018,Url structure explained,Url structure seo best practices,Seo url structure 2019,Url structure 2019,Seo friendly url,Ideal url structure for seo,Best url structure for seo,Url structure for seo,Search engine optimization best url structure,SEO friendly URL,Search engine optimization,How to make seo friendly url in core php,How to make seo friendly url in wordpress,How to make seo friendly url

Тэги:

#How_to_remove_the_page_file_extension_from_the_url #Remove_the_page_extension #Remove_the_page_extension_from_url #How_to_hide_the_file_extension_from_the_url #How_to_hide_the_page_file_extension_from_the_url #Remove_url_extension #Remove_url_page_extension #Hide_url_page_extension #How_to_remove_html_extension_from_url_without_htaccess #How_to_remove_html_extension_from_url_using_javascript #How_to_remove_html_extension_from_url_using_htaccess #How_to_remove_html_extension_from_url
Ссылки и html тэги не поддерживаются


Комментарии: