{"id":47,"date":"2020-11-29T15:29:53","date_gmt":"2020-11-29T15:29:53","guid":{"rendered":"https:\/\/websolindia.com\/blog\/?p=47"},"modified":"2021-06-16T17:06:59","modified_gmt":"2021-06-16T17:06:59","slug":"how-to-remove-php-extension-from-url-using-htaccess","status":"publish","type":"post","link":"https:\/\/websolindia.com\/blog\/how-to-remove-php-extension-from-url-using-htaccess\/","title":{"rendered":"How To Remove PHP Extension From URL Using .htaccess"},"content":{"rendered":"\n<p>If you want to remove remove .php extension from url then first open .htaccess and past this code below.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Remove PHP Extension from URL<\/h2>\n\n\n\n<p><strong>Copy and paste code:<\/strong><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>RewriteEngine on\nRewriteCond %{REQUEST_FILENAME} !-d\nRewriteCond %{REQUEST_FILENAME}.php -f\nRewriteRule ^(.*)$ $1.php\n\nRewriteCond %{THE_REQUEST} \"^&#91;^ ]* .*?\\.php&#91;? ].*$\"\nRewriteRule .* - &#91;L,R=404]<\/code><\/pre>\n\n\n\n<p>For more information about how to remove php extension from url using .htaccess contact Websolindia <a href=\"https:\/\/websolindia.com\/\">Indian web development company<\/a>. <\/p>\n\n\n\n<figure class=\"wp-block-embed is-type-rich is-provider-twitter wp-block-embed-twitter\"><div class=\"wp-block-embed__wrapper\">\n<a class=\"twitter-timeline\" data-width=\"525\" data-height=\"788\" data-dnt=\"true\" href=\"https:\/\/twitter.com\/india_websol?ref_src=twsrc%5Etfw\" target=\"_blank\" rel=\"noopener\">Tweets by india_websol<\/a><script async src=\"https:\/\/platform.twitter.com\/widgets.js\" charset=\"utf-8\"><\/script>\n<\/div><\/figure>\n","protected":false},"excerpt":{"rendered":"<p>If you want to remove remove .php extension from url then first open .htaccess and past this code below. Remove PHP Extension from URL Copy and paste code: For more information about how to remove php extension from url using .htaccess contact Websolindia Indian web development company.<\/p>\n","protected":false},"author":1,"featured_media":48,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[2,15,5],"tags":[19,20],"class_list":["post-47","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-website-development","category-php","category-seo","tag-how-to-remove-php-extension-from-url","tag-remove-php-extension-from-url"],"_links":{"self":[{"href":"https:\/\/websolindia.com\/blog\/wp-json\/wp\/v2\/posts\/47","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/websolindia.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/websolindia.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/websolindia.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/websolindia.com\/blog\/wp-json\/wp\/v2\/comments?post=47"}],"version-history":[{"count":2,"href":"https:\/\/websolindia.com\/blog\/wp-json\/wp\/v2\/posts\/47\/revisions"}],"predecessor-version":[{"id":225,"href":"https:\/\/websolindia.com\/blog\/wp-json\/wp\/v2\/posts\/47\/revisions\/225"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/websolindia.com\/blog\/wp-json\/wp\/v2\/media\/48"}],"wp:attachment":[{"href":"https:\/\/websolindia.com\/blog\/wp-json\/wp\/v2\/media?parent=47"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/websolindia.com\/blog\/wp-json\/wp\/v2\/categories?post=47"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/websolindia.com\/blog\/wp-json\/wp\/v2\/tags?post=47"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}