{"id":1280,"date":"2020-12-01T15:01:13","date_gmt":"2020-12-01T08:01:13","guid":{"rendered":"https:\/\/notynote.com\/?p=1280"},"modified":"2020-12-01T15:43:16","modified_gmt":"2020-12-01T08:43:16","slug":"block-xml-rpc-with-aparche-mod_rewrite-module","status":"publish","type":"post","link":"https:\/\/notynote.com\/?p=1280","title":{"rendered":"Block XML-RPC with Apache mod_rewrite module"},"content":{"rendered":"<p><div class=\"fusion-bg-parallax\" data-bg-align=\"center center\" data-direction=\"down\" data-mute=\"false\" data-opacity=\"100\" data-velocity=\"-0.3\" data-mobile-enabled=\"false\" data-break_parents=\"0\" data-bg-image=\"https:\/\/notynote.com\/wp-content\/uploads\/2020\/09\/banner2.jpg\" data-bg-repeat=\"false\" ><\/div><div class=\"fusion-fullwidth fullwidth-box fusion-builder-row-1 fusion-flex-container fusion-parallax-down hundred-percent-fullwidth non-hundred-percent-height-scrolling lazyload\" style=\"--awb-border-radius-top-left:0px;--awb-border-radius-top-right:0px;--awb-border-radius-bottom-right:0px;--awb-border-radius-bottom-left:0px;--awb-background-size:cover;--awb-flex-wrap:wrap;\" data-bg=\"https:\/\/notynote.com\/wp-content\/uploads\/2020\/09\/banner2.jpg\" ><div class=\"fusion-builder-row fusion-row fusion-flex-align-items-center fusion-flex-justify-content-center fusion-flex-content-wrap\" style=\"width:104% !important;max-width:104% !important;margin-left: calc(-4% \/ 2 );margin-right: calc(-4% \/ 2 );\"><div class=\"fusion-layout-column fusion_builder_column fusion-builder-column-0 fusion_builder_column_1_1 1_1 fusion-flex-column\" style=\"--awb-padding-top:10px;--awb-padding-right:10px;--awb-padding-bottom:10px;--awb-padding-left:10px;--awb-bg-position:center center;--awb-bg-size:cover;--awb-width-large:100%;--awb-margin-top-large:0px;--awb-spacing-right-large:1.92%;--awb-margin-bottom-large:20px;--awb-spacing-left-large:1.92%;--awb-width-medium:100%;--awb-order-medium:0;--awb-spacing-right-medium:1.92%;--awb-spacing-left-medium:1.92%;--awb-width-small:100%;--awb-order-small:0;--awb-spacing-right-small:1.92%;--awb-spacing-left-small:1.92%;\"><div class=\"fusion-column-wrapper fusion-column-has-shadow fusion-flex-justify-content-center fusion-content-layout-column\"><div class=\"fusion-title title fusion-title-1 fusion-title-center fusion-title-text fusion-title-size-one\" style=\"--awb-text-color:#ffffff;\"><div class=\"title-sep-container title-sep-container-left\"><div class=\"title-sep sep- sep-solid\" style=\"border-color:#e0dede;\"><\/div><\/div><span class=\"awb-title-spacer\"><\/span><h1 class=\"fusion-title-heading title-heading-center fusion-responsive-typography-calculated\" style=\"margin:0;--fontSize:72;line-height:1.28;\">Block XML-RPC with Apache mod_rewrite module<\/h1><span class=\"awb-title-spacer\"><\/span><div class=\"title-sep-container title-sep-container-right\"><div class=\"title-sep sep- sep-solid\" style=\"border-color:#e0dede;\"><\/div><\/div><\/div><\/div><\/div><\/div><\/div><div class=\"fusion-fullwidth fullwidth-box fusion-builder-row-2 fusion-flex-container nonhundred-percent-fullwidth non-hundred-percent-height-scrolling\" style=\"--awb-border-radius-top-left:0px;--awb-border-radius-top-right:0px;--awb-border-radius-bottom-right:0px;--awb-border-radius-bottom-left:0px;--awb-flex-wrap:wrap;\" ><div class=\"fusion-builder-row fusion-row fusion-flex-align-items-flex-start fusion-flex-content-wrap\" style=\"max-width:104%;margin-left: calc(-4% \/ 2 );margin-right: calc(-4% \/ 2 );\"><div class=\"fusion-layout-column fusion_builder_column fusion-builder-column-1 fusion_builder_column_1_1 1_1 fusion-flex-column\" style=\"--awb-padding-top:10px;--awb-bg-size:cover;--awb-width-large:100%;--awb-margin-top-large:0px;--awb-spacing-right-large:9.6%;--awb-margin-bottom-large:20px;--awb-spacing-left-large:9.6%;--awb-width-medium:100%;--awb-order-medium:0;--awb-spacing-right-medium:1.92%;--awb-spacing-left-medium:1.92%;--awb-width-small:100%;--awb-order-small:0;--awb-spacing-right-small:1.92%;--awb-spacing-left-small:1.92%;\"><div class=\"fusion-column-wrapper fusion-column-has-shadow fusion-flex-justify-content-flex-start fusion-content-layout-column\"><div class=\"fusion-text fusion-text-1\"><h3 class=\"fusion-responsive-typography-calculated\" style=\"text-align: center; --fontsize: 36; line-height: 1.5;\" data-fontsize=\"36\" data-lineheight=\"54px\">WHAT IS XML-RPC <span class=\"emoji\">\ud83e\udd14<\/span><\/h3>\n<\/div><div class=\"fusion-text fusion-text-2\"><h4 style=\"padding-left: 40px;\">According to <a href=\"https:\/\/www.hostinger.com\/tutorials\/author\/kevinwood\/\">Kevin Wood <img decoding=\"async\" class=\"lazyload emoji\" role=\"img\" draggable=\"false\" src=\"data:image\/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" data-orig-src=\"https:\/\/s.w.org\/images\/core\/emoji\/13.0.0\/svg\/1f517.svg\" alt=\"\ud83d\udd17\" \/><\/a><\/h4>\n<blockquote>\n<p><b><span style=\"color: #0c0c0b;\">XML-RPC is a feature of WordPress that enables data to be transmitted, with HTTP acting as the transport mechanism and XML as the encoding mechanism. Since WordPress isn\u2019t a self-enclosed system and occasionally needs to communicate with other systems, this was sought to handle that job.<\/span><br \/>\n<span style=\"color: #0c0c0b;\">For example, let\u2019s say you wanted to post to your site from your mobile device since your computer was nowhere nearby. You could use the remote access feature enabled by xmlrpc.php to do just that.<\/span><br \/>\n<span style=\"color: #0c0c0b;\">The core features that xmlrpc.php enabled were allowing you to connect to your site via smartphone, implementing trackbacks and pingbacks from other sites, and some functions associated with the Jetpack plugin.<\/span><\/b><\/p>\n<p><span style=\"background-color: var(--testimonial_bg_color); color: var(--body_typography-color); font-family: var(--body_typography-font-family); font-size: var(--body_typography-font-size); letter-spacing: var(--body_typography-letter-spacing);\"><b style=\"color: #000000;\">The biggest issues with XML-RPC are the security concerns that arise. The issues aren\u2019t with XML-RPC directly, but instead how the file can be used to enable a brute force attack on your site.<\/b><\/span><\/p>\n<p><b><span style=\"background-color: var(--testimonial_bg_color); color: #000000; font-family: var(--body_typography-font-family); font-size: var(--body_typography-font-size); letter-spacing: var(--body_typography-letter-spacing);\">Sure, you can protect yourself with incredibly strong passwords, and WordPress security plugins. But, the best mode of protection is to simply disable it.<\/span><\/b><\/p>\n<\/blockquote>\n<\/div><div class=\"fusion-separator\" style=\"align-self: center;margin-left: auto;margin-right: auto;margin-top:5px;margin-bottom:5px;width:100%;max-width:600px;\"><div class=\"fusion-separator-border sep-single sep-solid\" style=\"--awb-height:20px;--awb-amount:20px;--awb-sep-color:#000000;border-color:#000000;border-top-width:1px;\"><\/div><\/div>\n<div class=\"fusion-text fusion-text-3\"><h3 class=\"fusion-responsive-typography-calculated\" style=\"text-align: center; --fontsize: 36; line-height: 1.5;\" data-fontsize=\"36\" data-lineheight=\"54px\">Let&#8217;s Block It With Apache mod_rewrite\ud83e\uddd0<\/h3>\n<\/div><div class=\"fusion-text fusion-text-4\"><h4 style=\"color: rgb(0, 0, 0);\"><b><br \/><\/b><\/h4>\n<h4 style=\"color: rgb(0, 0, 0);\">Step 1 &#8211; <span style=\"font-weight: normal;\">Go to your wordpress folder (should be in &#8220;xampphtdocswordpress&#8221; by default)<\/span><\/h4>\n<\/div><div class=\"fusion-image-element \" style=\"--awb-caption-title-font-family:var(--h2_typography-font-family);--awb-caption-title-font-weight:var(--h2_typography-font-weight);--awb-caption-title-font-style:var(--h2_typography-font-style);--awb-caption-title-size:var(--h2_typography-font-size);--awb-caption-title-transform:var(--h2_typography-text-transform);--awb-caption-title-line-height:var(--h2_typography-line-height);--awb-caption-title-letter-spacing:var(--h2_typography-letter-spacing);\"><span class=\" fusion-imageframe imageframe-none imageframe-1 hover-type-none\"><img decoding=\"async\" width=\"1298\" height=\"926\" title=\"wpblock001\" src=\"https:\/\/notynote.com\/wp-content\/uploads\/2020\/09\/wpblock001.jpg\" data-orig-src=\"https:\/\/notynote.com\/wp-content\/uploads\/2020\/09\/wpblock001.jpg\" alt class=\"lazyload img-responsive wp-image-1301\" srcset=\"data:image\/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20width%3D%271298%27%20height%3D%27926%27%20viewBox%3D%270%200%201298%20926%27%3E%3Crect%20width%3D%271298%27%20height%3D%27926%27%20fill-opacity%3D%220%22%2F%3E%3C%2Fsvg%3E\" data-srcset=\"https:\/\/notynote.com\/wp-content\/uploads\/2020\/09\/wpblock001-200x143.jpg 200w, https:\/\/notynote.com\/wp-content\/uploads\/2020\/09\/wpblock001-400x285.jpg 400w, https:\/\/notynote.com\/wp-content\/uploads\/2020\/09\/wpblock001-600x428.jpg 600w, https:\/\/notynote.com\/wp-content\/uploads\/2020\/09\/wpblock001-800x571.jpg 800w, https:\/\/notynote.com\/wp-content\/uploads\/2020\/09\/wpblock001-1200x856.jpg 1200w, https:\/\/notynote.com\/wp-content\/uploads\/2020\/09\/wpblock001.jpg 1298w\" data-sizes=\"auto\" data-orig-sizes=\"(max-width: 1024px) 100vw, (max-width: 640px) 100vw, 1298px\" \/><\/span><\/div><div class=\"fusion-text fusion-text-5\"><h4 style=\"color: rgb(0, 0, 0);\"><b><br \/><\/b><\/h4>\n<h4 style=\"color: rgb(0, 0, 0);\">Step 2 &#8211; <span style=\"font-weight: normal;\">Open &#8220;.htaccess&#8221; file with your prefer code editor<\/span><\/h4>\n<\/div><div class=\"fusion-image-element \" style=\"--awb-caption-title-font-family:var(--h2_typography-font-family);--awb-caption-title-font-weight:var(--h2_typography-font-weight);--awb-caption-title-font-style:var(--h2_typography-font-style);--awb-caption-title-size:var(--h2_typography-font-size);--awb-caption-title-transform:var(--h2_typography-text-transform);--awb-caption-title-line-height:var(--h2_typography-line-height);--awb-caption-title-letter-spacing:var(--h2_typography-letter-spacing);\"><span class=\" fusion-imageframe imageframe-none imageframe-2 hover-type-none\"><img decoding=\"async\" width=\"1294\" height=\"898\" title=\"wpblock002\" src=\"https:\/\/notynote.com\/wp-content\/uploads\/2020\/09\/wpblock002.jpg\" data-orig-src=\"https:\/\/notynote.com\/wp-content\/uploads\/2020\/09\/wpblock002.jpg\" alt class=\"lazyload img-responsive wp-image-1302\" srcset=\"data:image\/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20width%3D%271294%27%20height%3D%27898%27%20viewBox%3D%270%200%201294%20898%27%3E%3Crect%20width%3D%271294%27%20height%3D%27898%27%20fill-opacity%3D%220%22%2F%3E%3C%2Fsvg%3E\" data-srcset=\"https:\/\/notynote.com\/wp-content\/uploads\/2020\/09\/wpblock002-200x139.jpg 200w, https:\/\/notynote.com\/wp-content\/uploads\/2020\/09\/wpblock002-400x278.jpg 400w, https:\/\/notynote.com\/wp-content\/uploads\/2020\/09\/wpblock002-600x416.jpg 600w, https:\/\/notynote.com\/wp-content\/uploads\/2020\/09\/wpblock002-800x555.jpg 800w, https:\/\/notynote.com\/wp-content\/uploads\/2020\/09\/wpblock002-1200x833.jpg 1200w, https:\/\/notynote.com\/wp-content\/uploads\/2020\/09\/wpblock002.jpg 1294w\" data-sizes=\"auto\" data-orig-sizes=\"(max-width: 1024px) 100vw, (max-width: 640px) 100vw, 1294px\" \/><\/span><\/div><div class=\"fusion-text fusion-text-6\"><h4 style=\"color: rgb(0, 0, 0);\"><b><br \/><\/b><\/h4>\n<h4 style=\"color: rgb(0, 0, 0);\">Step 3 &#8211; <span style=\"font-weight: normal;\">Add following code after &#8220;# END WordPress&#8221; and Save the file<\/span><\/h4>\n<\/div><style type=\"text\/css\" scopped=\"scopped\">.fusion-syntax-highlighter-1 > .CodeMirror, .fusion-syntax-highlighter-1 > .CodeMirror .CodeMirror-gutters {background-color:var(--awb-color1);}.fusion-syntax-highlighter-1 > .CodeMirror .CodeMirror-gutters { background-color: var(--awb-color2); }.fusion-syntax-highlighter-1 > .CodeMirror .CodeMirror-linenumber { color: var(--awb-color8); }<\/style><div class=\"fusion-syntax-highlighter-container fusion-syntax-highlighter-1 fusion-syntax-highlighter-theme-light\" style=\"opacity:0;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:14px;border-width:1px;border-style:solid;border-color:#00bcd4;\"><div class=\"syntax-highlighter-copy-code\"><span class=\"syntax-highlighter-copy-code-title\" data-id=\"fusion_syntax_highlighter_1\" style=\"font-size:14px;\">Copy to Clipboard<\/span><\/div><label for=\"fusion_syntax_highlighter_1\" class=\"screen-reader-text\">Syntax Highlighter<\/label><textarea class=\"fusion-syntax-highlighter-textarea\" id=\"fusion_syntax_highlighter_1\" data-readOnly=\"nocursor\" data-lineNumbers=\"1\" data-lineWrapping=\"\" data-theme=\"default\"># Block WordPress xmlrpc.php requests\n<Files xmlrpc.php>\norder deny,allow\ndeny from all\n<\/Files><\/textarea><\/div><div class=\"fusion-image-element \" style=\"--awb-caption-title-font-family:var(--h2_typography-font-family);--awb-caption-title-font-weight:var(--h2_typography-font-weight);--awb-caption-title-font-style:var(--h2_typography-font-style);--awb-caption-title-size:var(--h2_typography-font-size);--awb-caption-title-transform:var(--h2_typography-text-transform);--awb-caption-title-line-height:var(--h2_typography-line-height);--awb-caption-title-letter-spacing:var(--h2_typography-letter-spacing);\"><span class=\" fusion-imageframe imageframe-none imageframe-3 hover-type-none\"><img decoding=\"async\" width=\"1294\" height=\"898\" title=\"wpblock003\" src=\"https:\/\/notynote.com\/wp-content\/uploads\/2020\/09\/wpblock003.jpg\" data-orig-src=\"https:\/\/notynote.com\/wp-content\/uploads\/2020\/09\/wpblock003.jpg\" alt class=\"lazyload img-responsive wp-image-1303\" srcset=\"data:image\/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20width%3D%271294%27%20height%3D%27898%27%20viewBox%3D%270%200%201294%20898%27%3E%3Crect%20width%3D%271294%27%20height%3D%27898%27%20fill-opacity%3D%220%22%2F%3E%3C%2Fsvg%3E\" data-srcset=\"https:\/\/notynote.com\/wp-content\/uploads\/2020\/09\/wpblock003-200x139.jpg 200w, https:\/\/notynote.com\/wp-content\/uploads\/2020\/09\/wpblock003-400x278.jpg 400w, https:\/\/notynote.com\/wp-content\/uploads\/2020\/09\/wpblock003-600x416.jpg 600w, https:\/\/notynote.com\/wp-content\/uploads\/2020\/09\/wpblock003-800x555.jpg 800w, https:\/\/notynote.com\/wp-content\/uploads\/2020\/09\/wpblock003-1200x833.jpg 1200w, https:\/\/notynote.com\/wp-content\/uploads\/2020\/09\/wpblock003.jpg 1294w\" data-sizes=\"auto\" data-orig-sizes=\"(max-width: 1024px) 100vw, (max-width: 640px) 100vw, 1294px\" \/><\/span><\/div><div class=\"fusion-text fusion-text-7\"><h4 style=\"color: rgb(0, 0, 0);\"><b><br \/><\/b><\/h4>\n<h4 style=\"color: rgb(0, 0, 0);\">Step 4 &#8211; <span style=\"font-weight: normal;\">Go to &#8220;&lt;your wordpress website&gt;\/xmlrpc.php&#8221; and check if it has been block.<\/span><br \/><\/h4>\n<\/div><div class=\"fusion-image-element \" style=\"--awb-caption-title-font-family:var(--h2_typography-font-family);--awb-caption-title-font-weight:var(--h2_typography-font-weight);--awb-caption-title-font-style:var(--h2_typography-font-style);--awb-caption-title-size:var(--h2_typography-font-size);--awb-caption-title-transform:var(--h2_typography-text-transform);--awb-caption-title-line-height:var(--h2_typography-line-height);--awb-caption-title-letter-spacing:var(--h2_typography-letter-spacing);\"><span class=\" fusion-imageframe imageframe-none imageframe-4 hover-type-none\"><img decoding=\"async\" width=\"1302\" height=\"923\" title=\"wpblock004\" src=\"https:\/\/notynote.com\/wp-content\/uploads\/2020\/09\/wpblock004.jpg\" data-orig-src=\"https:\/\/notynote.com\/wp-content\/uploads\/2020\/09\/wpblock004.jpg\" alt class=\"lazyload img-responsive wp-image-1304\" srcset=\"data:image\/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20width%3D%271302%27%20height%3D%27923%27%20viewBox%3D%270%200%201302%20923%27%3E%3Crect%20width%3D%271302%27%20height%3D%27923%27%20fill-opacity%3D%220%22%2F%3E%3C%2Fsvg%3E\" data-srcset=\"https:\/\/notynote.com\/wp-content\/uploads\/2020\/09\/wpblock004-200x142.jpg 200w, https:\/\/notynote.com\/wp-content\/uploads\/2020\/09\/wpblock004-400x284.jpg 400w, https:\/\/notynote.com\/wp-content\/uploads\/2020\/09\/wpblock004-600x425.jpg 600w, https:\/\/notynote.com\/wp-content\/uploads\/2020\/09\/wpblock004-800x567.jpg 800w, https:\/\/notynote.com\/wp-content\/uploads\/2020\/09\/wpblock004-1200x851.jpg 1200w, https:\/\/notynote.com\/wp-content\/uploads\/2020\/09\/wpblock004.jpg 1302w\" data-sizes=\"auto\" data-orig-sizes=\"(max-width: 1024px) 100vw, (max-width: 640px) 100vw, 1302px\" \/><\/span><\/div><div class=\"fusion-separator\" style=\"align-self: center;margin-left: auto;margin-right: auto;margin-top:5px;margin-bottom:5px;width:100%;max-width:600px;\"><div class=\"fusion-separator-border sep-single sep-solid\" style=\"--awb-height:20px;--awb-amount:20px;--awb-sep-color:#000000;border-color:#000000;border-top-width:1px;\"><\/div><\/div>\n<div class=\"fusion-text fusion-text-8\"><h3 class=\"fusion-responsive-typography-calculated\" style=\"text-align: center; --fontsize: 36; line-height: 1.5;\" data-fontsize=\"36\" data-lineheight=\"54px\"><img decoding=\"async\" draggable=\"false\" role=\"img\" class=\"lazyload emoji\" alt=\"\ud83d\ude09\" src=\"data:image\/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" data-orig-src=\"https:\/\/s.w.org\/images\/core\/emoji\/13.0.0\/svg\/1f609.svg\"> <span style=\"color: rgb(122, 145, 188);\"><span style=\"color: rgb(29, 0, 219);\">No<\/span><span style=\"color: rgb(29, 0, 219);\">w You Are Safe From XML-RPC Abusion<\/span><\/span><span style=\"color: rgb(29, 0, 219);\"> <\/span><img decoding=\"async\" draggable=\"false\" role=\"img\" class=\"lazyload emoji\" alt=\"\ud83d\ude09\" src=\"data:image\/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" data-orig-src=\"https:\/\/s.w.org\/images\/core\/emoji\/13.0.0\/svg\/1f609.svg\"><\/h3>\n<\/div><\/div><\/div><\/div><\/div><\/p>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":1281,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[69],"tags":[79,80,81,76,78],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v22.5 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Block XML-RPC with Apache mod_rewrite module - NotyNote Funland<\/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:\/\/notynote.com\/?p=1280\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Block XML-RPC with Apache mod_rewrite module - NotyNote Funland\" \/>\n<meta property=\"og:url\" content=\"https:\/\/notynote.com\/?p=1280\" \/>\n<meta property=\"og:site_name\" content=\"NotyNote Funland\" \/>\n<meta property=\"article:published_time\" content=\"2020-12-01T08:01:13+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2020-12-01T08:43:16+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/notynote.com\/wp-content\/uploads\/2020\/12\/wpblock.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"600\" \/>\n\t<meta property=\"og:image:height\" content=\"338\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"notynote\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"notynote\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"11 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/notynote.com\/?p=1280#article\",\"isPartOf\":{\"@id\":\"https:\/\/notynote.com\/?p=1280\"},\"author\":{\"name\":\"notynote\",\"@id\":\"https:\/\/notynote.com\/#\/schema\/person\/510b9f43c89123fb6586973b765362b2\"},\"headline\":\"Block XML-RPC with Apache mod_rewrite module\",\"datePublished\":\"2020-12-01T08:01:13+00:00\",\"dateModified\":\"2020-12-01T08:43:16+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/notynote.com\/?p=1280\"},\"wordCount\":2118,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/notynote.com\/#\/schema\/person\/510b9f43c89123fb6586973b765362b2\"},\"image\":{\"@id\":\"https:\/\/notynote.com\/?p=1280#primaryimage\"},\"thumbnailUrl\":\"https:\/\/notynote.com\/wp-content\/uploads\/2020\/12\/wpblock.jpg\",\"keywords\":[\"apache\",\"mod_rewrite\",\"security\",\"WordPress\",\"xampp\"],\"articleSection\":[\"Walkthrough\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/notynote.com\/?p=1280#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/notynote.com\/?p=1280\",\"url\":\"https:\/\/notynote.com\/?p=1280\",\"name\":\"Block XML-RPC with Apache mod_rewrite module - NotyNote Funland\",\"isPartOf\":{\"@id\":\"https:\/\/notynote.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/notynote.com\/?p=1280#primaryimage\"},\"image\":{\"@id\":\"https:\/\/notynote.com\/?p=1280#primaryimage\"},\"thumbnailUrl\":\"https:\/\/notynote.com\/wp-content\/uploads\/2020\/12\/wpblock.jpg\",\"datePublished\":\"2020-12-01T08:01:13+00:00\",\"dateModified\":\"2020-12-01T08:43:16+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/notynote.com\/?p=1280#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/notynote.com\/?p=1280\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/notynote.com\/?p=1280#primaryimage\",\"url\":\"https:\/\/notynote.com\/wp-content\/uploads\/2020\/12\/wpblock.jpg\",\"contentUrl\":\"https:\/\/notynote.com\/wp-content\/uploads\/2020\/12\/wpblock.jpg\",\"width\":600,\"height\":338},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/notynote.com\/?p=1280#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/notynote.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Block XML-RPC with Apache mod_rewrite module\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/notynote.com\/#website\",\"url\":\"https:\/\/notynote.com\/\",\"name\":\"NotyNote Funland\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/notynote.com\/#\/schema\/person\/510b9f43c89123fb6586973b765362b2\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/notynote.com\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":[\"Person\",\"Organization\"],\"@id\":\"https:\/\/notynote.com\/#\/schema\/person\/510b9f43c89123fb6586973b765362b2\",\"name\":\"notynote\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/notynote.com\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/notynote.com\/wp-content\/uploads\/2020\/09\/team.jpg\",\"contentUrl\":\"https:\/\/notynote.com\/wp-content\/uploads\/2020\/09\/team.jpg\",\"width\":370,\"height\":370,\"caption\":\"notynote\"},\"logo\":{\"@id\":\"https:\/\/notynote.com\/#\/schema\/person\/image\/\"},\"sameAs\":[\"https:\/\/notynote.com\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Block XML-RPC with Apache mod_rewrite module - NotyNote Funland","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:\/\/notynote.com\/?p=1280","og_locale":"en_US","og_type":"article","og_title":"Block XML-RPC with Apache mod_rewrite module - NotyNote Funland","og_url":"https:\/\/notynote.com\/?p=1280","og_site_name":"NotyNote Funland","article_published_time":"2020-12-01T08:01:13+00:00","article_modified_time":"2020-12-01T08:43:16+00:00","og_image":[{"width":600,"height":338,"url":"https:\/\/notynote.com\/wp-content\/uploads\/2020\/12\/wpblock.jpg","type":"image\/jpeg"}],"author":"notynote","twitter_card":"summary_large_image","twitter_misc":{"Written by":"notynote","Est. reading time":"11 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/notynote.com\/?p=1280#article","isPartOf":{"@id":"https:\/\/notynote.com\/?p=1280"},"author":{"name":"notynote","@id":"https:\/\/notynote.com\/#\/schema\/person\/510b9f43c89123fb6586973b765362b2"},"headline":"Block XML-RPC with Apache mod_rewrite module","datePublished":"2020-12-01T08:01:13+00:00","dateModified":"2020-12-01T08:43:16+00:00","mainEntityOfPage":{"@id":"https:\/\/notynote.com\/?p=1280"},"wordCount":2118,"commentCount":0,"publisher":{"@id":"https:\/\/notynote.com\/#\/schema\/person\/510b9f43c89123fb6586973b765362b2"},"image":{"@id":"https:\/\/notynote.com\/?p=1280#primaryimage"},"thumbnailUrl":"https:\/\/notynote.com\/wp-content\/uploads\/2020\/12\/wpblock.jpg","keywords":["apache","mod_rewrite","security","WordPress","xampp"],"articleSection":["Walkthrough"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/notynote.com\/?p=1280#respond"]}]},{"@type":"WebPage","@id":"https:\/\/notynote.com\/?p=1280","url":"https:\/\/notynote.com\/?p=1280","name":"Block XML-RPC with Apache mod_rewrite module - NotyNote Funland","isPartOf":{"@id":"https:\/\/notynote.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/notynote.com\/?p=1280#primaryimage"},"image":{"@id":"https:\/\/notynote.com\/?p=1280#primaryimage"},"thumbnailUrl":"https:\/\/notynote.com\/wp-content\/uploads\/2020\/12\/wpblock.jpg","datePublished":"2020-12-01T08:01:13+00:00","dateModified":"2020-12-01T08:43:16+00:00","breadcrumb":{"@id":"https:\/\/notynote.com\/?p=1280#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/notynote.com\/?p=1280"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/notynote.com\/?p=1280#primaryimage","url":"https:\/\/notynote.com\/wp-content\/uploads\/2020\/12\/wpblock.jpg","contentUrl":"https:\/\/notynote.com\/wp-content\/uploads\/2020\/12\/wpblock.jpg","width":600,"height":338},{"@type":"BreadcrumbList","@id":"https:\/\/notynote.com\/?p=1280#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/notynote.com\/"},{"@type":"ListItem","position":2,"name":"Block XML-RPC with Apache mod_rewrite module"}]},{"@type":"WebSite","@id":"https:\/\/notynote.com\/#website","url":"https:\/\/notynote.com\/","name":"NotyNote Funland","description":"","publisher":{"@id":"https:\/\/notynote.com\/#\/schema\/person\/510b9f43c89123fb6586973b765362b2"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/notynote.com\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":["Person","Organization"],"@id":"https:\/\/notynote.com\/#\/schema\/person\/510b9f43c89123fb6586973b765362b2","name":"notynote","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/notynote.com\/#\/schema\/person\/image\/","url":"https:\/\/notynote.com\/wp-content\/uploads\/2020\/09\/team.jpg","contentUrl":"https:\/\/notynote.com\/wp-content\/uploads\/2020\/09\/team.jpg","width":370,"height":370,"caption":"notynote"},"logo":{"@id":"https:\/\/notynote.com\/#\/schema\/person\/image\/"},"sameAs":["https:\/\/notynote.com"]}]}},"_links":{"self":[{"href":"https:\/\/notynote.com\/index.php?rest_route=\/wp\/v2\/posts\/1280"}],"collection":[{"href":"https:\/\/notynote.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/notynote.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/notynote.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/notynote.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=1280"}],"version-history":[{"count":6,"href":"https:\/\/notynote.com\/index.php?rest_route=\/wp\/v2\/posts\/1280\/revisions"}],"predecessor-version":[{"id":1308,"href":"https:\/\/notynote.com\/index.php?rest_route=\/wp\/v2\/posts\/1280\/revisions\/1308"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/notynote.com\/index.php?rest_route=\/wp\/v2\/media\/1281"}],"wp:attachment":[{"href":"https:\/\/notynote.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=1280"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/notynote.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=1280"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/notynote.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=1280"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}