{"id":7719,"date":"2021-02-04T06:56:12","date_gmt":"2021-02-04T06:56:12","guid":{"rendered":"https:\/\/cpanelplesk.com\/wp62\/?p=7719"},"modified":"2021-02-18T07:17:16","modified_gmt":"2021-02-18T07:17:16","slug":"how-to-find-and-create-the-htaccess-file","status":"publish","type":"post","link":"https:\/\/cpanelplesk.com\/wp62\/how-to-find-and-create-the-htaccess-file\/","title":{"rendered":"How to find and create the .htaccess File"},"content":{"rendered":"<p style=\"color: #0e101a; background: transparent; margin-top: 0pt; margin-bottom: 0pt;\"><span style=\"background: transparent; margin-top: 0pt; margin-bottom: 0pt;\" data-preserver-spaces=\"true\">The .htaccess is a hidden text file that contains some additional configuration for the websites hosted on an apache server, and it can directly affect how your website behaves in certain situations.<\/span><\/p>\n<p style=\"color: #0e101a; background: transparent; margin-top: 0pt; margin-bottom: 0pt;\"><span style=\"background: transparent; margin-top: 0pt; margin-bottom: 0pt;\" data-preserver-spaces=\"true\">By using .htaccess, you can rewrite the URL, <a href=\"https:\/\/cpanelplesk.com\/wp62\/how-do-i-redirect-my-site-using-a-htaccess-file\/\">Redirect your website<\/a>. <a href=\"https:\/\/cpanelplesk.com\/wp62\/how-to-password-protected-a-folder-from-htaccess\/\">Password-protect <\/a>your directories and disable access from a specific IP address.<\/span><\/p>\n<h3 style=\"color: #0e101a; background: transparent; margin-top: 0pt; margin-bottom: 0pt;\">\n<div class=\"space1\"><\/div>\n<p><span style=\"background: transparent; margin-top: 0pt; margin-bottom: 0pt;\" data-preserver-spaces=\"true\">How to find the .htaccess File:<\/span><\/h3>\n<div class=\"space1\"><\/div>\n<ul>\n<li style=\"color: #0e101a; background: transparent;\"><span style=\"background: transparent; margin-top: 0pt; margin-bottom: 0pt;\" data-preserver-spaces=\"true\">Login to your Cpanel.<\/span><\/li>\n<li style=\"color: #0e101a; background: transparent;\"><span style=\"background: transparent; margin-top: 0pt; margin-bottom: 0pt;\" data-preserver-spaces=\"true\">Under the files section, click on File Manager, then public_html folder.<\/span><\/li>\n<li style=\"color: #0e101a; background: transparent;\"><span style=\"background: transparent; margin-top: 0pt; margin-bottom: 0pt;\" data-preserver-spaces=\"true\">By default, .htaccess is invisible on Cpanel servers.<\/span><\/li>\n<li style=\"color: #0e101a; background: transparent;\"><span style=\"background: transparent; margin-top: 0pt; margin-bottom: 0pt;\" data-preserver-spaces=\"true\">To find the File click the settings on the upper right menu and tick Show Hidden Files (dotfiles)<\/span><\/li>\n<\/ul>\n<p><a href=\"https:\/\/cpanelplesk.com\/wp62\/how-to-find-and-create-the-htaccess-file\/htaccess-3\/\" rel=\"attachment wp-att-7721\"><img fetchpriority=\"high\" decoding=\"async\" class=\"alignnone size-full wp-image-7721 pleslwp\" src=\"https:\/\/cpanelplesk.com\/wp62\/wp-content\/uploads\/2021\/02\/htaccess.png\" alt=\"\" width=\"739\" height=\"443\" srcset=\"https:\/\/cpanelplesk.com\/wp62\/wp-content\/uploads\/2021\/02\/htaccess.png 739w, https:\/\/cpanelplesk.com\/wp62\/wp-content\/uploads\/2021\/02\/htaccess-300x180.png 300w\" sizes=\"(max-width: 739px) 100vw, 739px\" \/><\/a><\/p>\n<h3 style=\"color: #0e101a; background: transparent; margin-top: 0pt; margin-bottom: 0pt;\">\n<div class=\"space1\"><\/div>\n<p><span style=\"background: transparent; margin-top: 0pt; margin-bottom: 0pt;\" data-preserver-spaces=\"true\">How to create the .htacees file:<\/span><\/h3>\n<div class=\"space1\"><\/div>\n<p style=\"color: #0e101a; background: transparent; margin-top: 0pt; margin-bottom: 0pt;\"><span style=\"background: transparent; margin-top: 0pt; margin-bottom: 0pt;\" data-preserver-spaces=\"true\">If you cannot find your .htaccess File by following the previous step, you can create a new one.<\/span><\/p>\n<ul>\n<li style=\"color: #0e101a; background: transparent;\"><span style=\"background: transparent; margin-top: 0pt; margin-bottom: 0pt;\" data-preserver-spaces=\"true\">Go to your Cpanel&#8217;s <a href=\"https:\/\/cpanelplesk.com\/wp62\/use-of-file-manager-in-cpanel\/\">File Manager<\/a>.<\/span><\/li>\n<li style=\"color: #0e101a; background: transparent;\"><span style=\"background: transparent; margin-top: 0pt; margin-bottom: 0pt;\" data-preserver-spaces=\"true\">Click the New File button on the upper menu.<\/span><\/li>\n<li style=\"color: #0e101a; background: transparent;\"><span style=\"background: transparent; margin-top: 0pt; margin-bottom: 0pt;\" data-preserver-spaces=\"true\">Enter new file name as .htaccess.<\/span><\/li>\n<li style=\"color: #0e101a; background: transparent;\"><span style=\"background: transparent; margin-top: 0pt; margin-bottom: 0pt;\" data-preserver-spaces=\"true\">Insert below default code to create a new .htaccess file.<\/span><\/li>\n<\/ul>\n<div class=\"command-sh\">\n<pre><span style=\"color: #0e101a; background: transparent; margin-top: 0pt; margin-bottom: 0pt;\" data-preserver-spaces=\"true\"># BEGIN WordPress<\/span><\/pre>\n<pre><span style=\"color: #0e101a; background: transparent; margin-top: 0pt; margin-bottom: 0pt;\" data-preserver-spaces=\"true\">&lt;IfModule mod_rewrite.c&gt;<\/span><\/pre>\n<pre><span style=\"color: #0e101a; background: transparent; margin-top: 0pt; margin-bottom: 0pt;\" data-preserver-spaces=\"true\">RewriteEngine On<\/span><\/pre>\n<pre><span style=\"color: #0e101a; background: transparent; margin-top: 0pt; margin-bottom: 0pt;\" data-preserver-spaces=\"true\">RewriteBase \/<\/span><\/pre>\n<pre><span style=\"color: #0e101a; background: transparent; margin-top: 0pt; margin-bottom: 0pt;\" data-preserver-spaces=\"true\">RewriteRule ^index.php$ - [L]<\/span><\/pre>\n<pre><span style=\"color: #0e101a; background: transparent; margin-top: 0pt; margin-bottom: 0pt;\" data-preserver-spaces=\"true\">RewriteCond %{REQUEST_FILENAME} !-f<\/span><\/pre>\n<pre><span style=\"color: #0e101a; background: transparent; margin-top: 0pt; margin-bottom: 0pt;\" data-preserver-spaces=\"true\">RewriteCond %{REQUEST_FILENAME} !-d<\/span><\/pre>\n<pre><span style=\"color: #0e101a; background: transparent; margin-top: 0pt; margin-bottom: 0pt;\" data-preserver-spaces=\"true\">RewriteRule . \/index.php [L]<\/span><\/pre>\n<pre><span style=\"color: #0e101a; background: transparent; margin-top: 0pt; margin-bottom: 0pt;\" data-preserver-spaces=\"true\">&lt;\/IfModule&gt;<\/span><\/pre>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>The .htaccess is a hidden text file that contains some additional configuration for the websites hosted on an apache server, and it can directly affect how your website behaves in certain situations. By using .htaccess, you can rewrite the URL, Redirect your website. Password-protect your directories and disable access from a specific IP address. How [&#8230;]<\/p>\n<p><a class=\"understrap-read-more-link\" href=\"https:\/\/cpanelplesk.com\/wp62\/how-to-find-and-create-the-htaccess-file\/\">Continue Reading&#8230;<\/a><\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-7719","post","type-post","status-publish","format-standard","hentry","category-cpanel"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v24.1 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>How to find and create the .htaccess File - cPanel Plesk<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/cpanelplesk.com\/wp62\/how-to-find-and-create-the-htaccess-file\/\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:title\" content=\"How to find and create the .htaccess File - cPanel Plesk\" \/>\n<meta name=\"twitter:description\" content=\"The .htaccess is a hidden text file that contains some additional configuration for the websites hosted on an apache server, and it can directly affect how your website behaves in certain situations. By using .htaccess, you can rewrite the URL, Redirect your website. Password-protect your directories and disable access from a specific IP address. How [...]Continue Reading...\" \/>\n<meta name=\"twitter:image\" content=\"https:\/\/cpanelplesk.com\/wp62\/wp-content\/uploads\/2021\/02\/htaccess.png\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Seemab Saleem\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/cpanelplesk.com\/wp62\/how-to-find-and-create-the-htaccess-file\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/cpanelplesk.com\/wp62\/how-to-find-and-create-the-htaccess-file\/\"},\"author\":{\"name\":\"Seemab Saleem\",\"@id\":\"https:\/\/cpanelplesk.com\/wp62\/#\/schema\/person\/73d573cc7eaaf6625cf0dbd72191a648\"},\"headline\":\"How to find and create the .htaccess File\",\"datePublished\":\"2021-02-04T06:56:12+00:00\",\"dateModified\":\"2021-02-18T07:17:16+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/cpanelplesk.com\/wp62\/how-to-find-and-create-the-htaccess-file\/\"},\"wordCount\":166,\"publisher\":{\"@id\":\"https:\/\/cpanelplesk.com\/wp62\/#\/schema\/person\/c78ae1cf9451a09592fb9697d69c0c13\"},\"image\":{\"@id\":\"https:\/\/cpanelplesk.com\/wp62\/how-to-find-and-create-the-htaccess-file\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/cpanelplesk.com\/wp62\/wp-content\/uploads\/2021\/02\/htaccess.png\",\"articleSection\":[\"Cpanel\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/cpanelplesk.com\/wp62\/how-to-find-and-create-the-htaccess-file\/\",\"url\":\"https:\/\/cpanelplesk.com\/wp62\/how-to-find-and-create-the-htaccess-file\/\",\"name\":\"How to find and create the .htaccess File - cPanel Plesk\",\"isPartOf\":{\"@id\":\"https:\/\/cpanelplesk.com\/wp62\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/cpanelplesk.com\/wp62\/how-to-find-and-create-the-htaccess-file\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/cpanelplesk.com\/wp62\/how-to-find-and-create-the-htaccess-file\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/cpanelplesk.com\/wp62\/wp-content\/uploads\/2021\/02\/htaccess.png\",\"datePublished\":\"2021-02-04T06:56:12+00:00\",\"dateModified\":\"2021-02-18T07:17:16+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/cpanelplesk.com\/wp62\/how-to-find-and-create-the-htaccess-file\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/cpanelplesk.com\/wp62\/how-to-find-and-create-the-htaccess-file\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/cpanelplesk.com\/wp62\/how-to-find-and-create-the-htaccess-file\/#primaryimage\",\"url\":\"https:\/\/cpanelplesk.com\/wp62\/wp-content\/uploads\/2021\/02\/htaccess.png\",\"contentUrl\":\"https:\/\/cpanelplesk.com\/wp62\/wp-content\/uploads\/2021\/02\/htaccess.png\",\"width\":739,\"height\":443},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/cpanelplesk.com\/wp62\/how-to-find-and-create-the-htaccess-file\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/cpanelplesk.com\/wp62\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to find and create the .htaccess File\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/cpanelplesk.com\/wp62\/#website\",\"url\":\"https:\/\/cpanelplesk.com\/wp62\/\",\"name\":\"cPanel Plesk\",\"description\":\"Blog on famous hosting control panels\",\"publisher\":{\"@id\":\"https:\/\/cpanelplesk.com\/wp62\/#\/schema\/person\/c78ae1cf9451a09592fb9697d69c0c13\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/cpanelplesk.com\/wp62\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":[\"Person\",\"Organization\"],\"@id\":\"https:\/\/cpanelplesk.com\/wp62\/#\/schema\/person\/c78ae1cf9451a09592fb9697d69c0c13\",\"name\":\"Farooq Omer\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/cpanelplesk.com\/wp62\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/cpanelplesk.com\/wp62\/wp-content\/uploads\/2020\/11\/cpanelplesk.png\",\"contentUrl\":\"https:\/\/cpanelplesk.com\/wp62\/wp-content\/uploads\/2020\/11\/cpanelplesk.png\",\"width\":300,\"height\":44,\"caption\":\"Farooq Omer\"},\"logo\":{\"@id\":\"https:\/\/cpanelplesk.com\/wp62\/#\/schema\/person\/image\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\/\/cpanelplesk.com\/wp62\/#\/schema\/person\/73d573cc7eaaf6625cf0dbd72191a648\",\"name\":\"Seemab Saleem\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/cpanelplesk.com\/wp62\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/6a87ff2e53b03e6839250e5278a6bd46?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/6a87ff2e53b03e6839250e5278a6bd46?s=96&d=mm&r=g\",\"caption\":\"Seemab Saleem\"},\"description\":\"Linux Server Administrator, Web Hosting engineer. I'm dealing with Linux servers since 2014. I started this blog to share the work i love with the world . let me know if you need any assistance. Thanks!!\",\"sameAs\":[\"https:\/\/cpanelplesk.com\/wp62\"],\"url\":\"https:\/\/cpanelplesk.com\/wp62\/author\/cmb\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to find and create the .htaccess File - cPanel Plesk","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/cpanelplesk.com\/wp62\/how-to-find-and-create-the-htaccess-file\/","twitter_card":"summary_large_image","twitter_title":"How to find and create the .htaccess File - cPanel Plesk","twitter_description":"The .htaccess is a hidden text file that contains some additional configuration for the websites hosted on an apache server, and it can directly affect how your website behaves in certain situations. By using .htaccess, you can rewrite the URL, Redirect your website. Password-protect your directories and disable access from a specific IP address. How [...]Continue Reading...","twitter_image":"https:\/\/cpanelplesk.com\/wp62\/wp-content\/uploads\/2021\/02\/htaccess.png","twitter_misc":{"Written by":"Seemab Saleem","Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/cpanelplesk.com\/wp62\/how-to-find-and-create-the-htaccess-file\/#article","isPartOf":{"@id":"https:\/\/cpanelplesk.com\/wp62\/how-to-find-and-create-the-htaccess-file\/"},"author":{"name":"Seemab Saleem","@id":"https:\/\/cpanelplesk.com\/wp62\/#\/schema\/person\/73d573cc7eaaf6625cf0dbd72191a648"},"headline":"How to find and create the .htaccess File","datePublished":"2021-02-04T06:56:12+00:00","dateModified":"2021-02-18T07:17:16+00:00","mainEntityOfPage":{"@id":"https:\/\/cpanelplesk.com\/wp62\/how-to-find-and-create-the-htaccess-file\/"},"wordCount":166,"publisher":{"@id":"https:\/\/cpanelplesk.com\/wp62\/#\/schema\/person\/c78ae1cf9451a09592fb9697d69c0c13"},"image":{"@id":"https:\/\/cpanelplesk.com\/wp62\/how-to-find-and-create-the-htaccess-file\/#primaryimage"},"thumbnailUrl":"https:\/\/cpanelplesk.com\/wp62\/wp-content\/uploads\/2021\/02\/htaccess.png","articleSection":["Cpanel"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/cpanelplesk.com\/wp62\/how-to-find-and-create-the-htaccess-file\/","url":"https:\/\/cpanelplesk.com\/wp62\/how-to-find-and-create-the-htaccess-file\/","name":"How to find and create the .htaccess File - cPanel Plesk","isPartOf":{"@id":"https:\/\/cpanelplesk.com\/wp62\/#website"},"primaryImageOfPage":{"@id":"https:\/\/cpanelplesk.com\/wp62\/how-to-find-and-create-the-htaccess-file\/#primaryimage"},"image":{"@id":"https:\/\/cpanelplesk.com\/wp62\/how-to-find-and-create-the-htaccess-file\/#primaryimage"},"thumbnailUrl":"https:\/\/cpanelplesk.com\/wp62\/wp-content\/uploads\/2021\/02\/htaccess.png","datePublished":"2021-02-04T06:56:12+00:00","dateModified":"2021-02-18T07:17:16+00:00","breadcrumb":{"@id":"https:\/\/cpanelplesk.com\/wp62\/how-to-find-and-create-the-htaccess-file\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/cpanelplesk.com\/wp62\/how-to-find-and-create-the-htaccess-file\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/cpanelplesk.com\/wp62\/how-to-find-and-create-the-htaccess-file\/#primaryimage","url":"https:\/\/cpanelplesk.com\/wp62\/wp-content\/uploads\/2021\/02\/htaccess.png","contentUrl":"https:\/\/cpanelplesk.com\/wp62\/wp-content\/uploads\/2021\/02\/htaccess.png","width":739,"height":443},{"@type":"BreadcrumbList","@id":"https:\/\/cpanelplesk.com\/wp62\/how-to-find-and-create-the-htaccess-file\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/cpanelplesk.com\/wp62\/"},{"@type":"ListItem","position":2,"name":"How to find and create the .htaccess File"}]},{"@type":"WebSite","@id":"https:\/\/cpanelplesk.com\/wp62\/#website","url":"https:\/\/cpanelplesk.com\/wp62\/","name":"cPanel Plesk","description":"Blog on famous hosting control panels","publisher":{"@id":"https:\/\/cpanelplesk.com\/wp62\/#\/schema\/person\/c78ae1cf9451a09592fb9697d69c0c13"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/cpanelplesk.com\/wp62\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":["Person","Organization"],"@id":"https:\/\/cpanelplesk.com\/wp62\/#\/schema\/person\/c78ae1cf9451a09592fb9697d69c0c13","name":"Farooq Omer","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/cpanelplesk.com\/wp62\/#\/schema\/person\/image\/","url":"https:\/\/cpanelplesk.com\/wp62\/wp-content\/uploads\/2020\/11\/cpanelplesk.png","contentUrl":"https:\/\/cpanelplesk.com\/wp62\/wp-content\/uploads\/2020\/11\/cpanelplesk.png","width":300,"height":44,"caption":"Farooq Omer"},"logo":{"@id":"https:\/\/cpanelplesk.com\/wp62\/#\/schema\/person\/image\/"}},{"@type":"Person","@id":"https:\/\/cpanelplesk.com\/wp62\/#\/schema\/person\/73d573cc7eaaf6625cf0dbd72191a648","name":"Seemab Saleem","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/cpanelplesk.com\/wp62\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/6a87ff2e53b03e6839250e5278a6bd46?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/6a87ff2e53b03e6839250e5278a6bd46?s=96&d=mm&r=g","caption":"Seemab Saleem"},"description":"Linux Server Administrator, Web Hosting engineer. I'm dealing with Linux servers since 2014. I started this blog to share the work i love with the world . let me know if you need any assistance. Thanks!!","sameAs":["https:\/\/cpanelplesk.com\/wp62"],"url":"https:\/\/cpanelplesk.com\/wp62\/author\/cmb\/"}]}},"_links":{"self":[{"href":"https:\/\/cpanelplesk.com\/wp62\/wp-json\/wp\/v2\/posts\/7719","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/cpanelplesk.com\/wp62\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/cpanelplesk.com\/wp62\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/cpanelplesk.com\/wp62\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/cpanelplesk.com\/wp62\/wp-json\/wp\/v2\/comments?post=7719"}],"version-history":[{"count":0,"href":"https:\/\/cpanelplesk.com\/wp62\/wp-json\/wp\/v2\/posts\/7719\/revisions"}],"wp:attachment":[{"href":"https:\/\/cpanelplesk.com\/wp62\/wp-json\/wp\/v2\/media?parent=7719"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/cpanelplesk.com\/wp62\/wp-json\/wp\/v2\/categories?post=7719"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/cpanelplesk.com\/wp62\/wp-json\/wp\/v2\/tags?post=7719"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}