{
    "globalData": {
        "uniqueCountId": 0
    },
    "nextStep": [],
    "finalReport": {
        "wp-config-changes": {
            "shortMsg": "wp-config.php changes",
            "level": 0,
            "longMsg": "        <span class=\"link-style dup-ligthbox-link\" data-dup-ligthbox=\"dup-html-id-3-1765585282-8031\" >wp-config.php changes<\/span>\n        <div id=\"dup-html-id-3-1765585282-8031\" class=\"dub-ligthbox-content close\">\n            <div class=\"wrapper\" >\n                <h2 class=\"title\" >WP-CONFIG.PHP COMPARE<\/h2>\n                <div class=\"content\" ><div class=\"row-cols-2\"><div class=\"col col-1\"><b>Original wp-config.php<\/b><pre>&lt;?php\n\/\/Begin Really Simple SSL key\ndefine(&#039;RSSSL_KEY&#039;, &#039;F4h8ocw6w8C6qYvT2u5SYyWfgKrVA39tZTLROyUNtZEwYa8i3AgOOOLYMBLGAWEa&#039;);\n\/\/END Really Simple SSL key\ndefine( &#039;WP_CACHE&#039;, true ); \/\/ Added by WP Rocket\n \/\/ Added by WP Rocket\ndefine(&#039;DISABLE_WP_CRON&#039;, true);\n\/**\n * The base configuration for WordPress\n *\n * The wp-config.php creation script uses this file during the installation.\n * You don&#039;t have to use the web site, you can copy this file to &quot;wp-config.php&quot;\n * and fill in the values.\n *\n * This file contains the following configurations:\n *\n * * Database settings\n * * Secret keys\n * * Database table prefix\n * * ABSPATH\n *\n * @link https:\/\/wordpress.org\/support\/article\/editing-wp-config-php\/\n *\n * @package WordPress\n *\/\n\/\/ ** Database settings - You can get this info from your web host ** \/\/\n\/** The name of the database for WordPress *\/\ndefine( &#039;DB_NAME&#039;, &#039;**OBSCURED**&#039; );\n\/** Database username *\/\ndefine( &#039;DB_USER&#039;, &#039;**OBSCURED**&#039; );\n\/** Database password *\/\ndefine( &#039;DB_PASSWORD&#039;, &#039;**OBSCURED**&#039; );\n\/** Database hostname *\/\ndefine( &#039;DB_HOST&#039;, &#039;**OBSCURED**&#039; );\n\/** Database charset to use in creating database tables. *\/\ndefine( &#039;DB_CHARSET&#039;, &#039;utf8mb4&#039; );\n\/** The database collate type. Don&#039;t change this if in doubt. *\/\ndefine( &#039;DB_COLLATE&#039;, &#039;&#039; );\n\/**#@+fa\n * Authentication unique keys and salts.\n *\n * Change these to different unique phrases! You can generate these using\n * the {@link https:\/\/api.wordpress.org\/secret-key\/1.1\/salt\/ WordPress.org secret-key service}.\n *\n * You can change these at any point in time to invalidate all existing cookies.\n * This will force all users to have to log in again.\n *\n * @since 2.6.0\n *\/\ndefine(&#039;AUTH_KEY&#039;, &#039;**OBSCURED**&#039;);\ndefine(&#039;SECURE_AUTH_KEY&#039;, &#039;**OBSCURED**&#039;);\ndefine(&#039;LOGGED_IN_KEY&#039;, &#039;**OBSCURED**&#039;);\ndefine(&#039;NONCE_KEY&#039;, &#039;**OBSCURED**&#039;);\ndefine(&#039;AUTH_SALT&#039;, &#039;**OBSCURED**&#039;);\ndefine(&#039;SECURE_AUTH_SALT&#039;, &#039;**OBSCURED**&#039;);\ndefine(&#039;LOGGED_IN_SALT&#039;, &#039;**OBSCURED**&#039;);\ndefine(&#039;NONCE_SALT&#039;, &#039;**OBSCURED**&#039;);\n\/**#@-*\/\n\/**\n * WordPress database table prefix.\n *\n * You can have multiple installations in one database if you give each\n * a unique prefix. Only numbers, letters, and underscores please!\n *\/\n$table_prefix = &#039;wp_&#039;;\n\/**\n * For developers: WordPress debugging mode.\n *\n * Change this to true to enable the display of notices during development.\n * It is strongly recommended that plugin and theme developers use WP_DEBUG\n * in their development environments.\n *\n * For information on other constants that can be used for debugging,\n * visit the documentation.\n *\n * @link https:\/\/wordpress.org\/support\/article\/debugging-in-wordpress\/\n *\/\ndefine( &#039;WP_DEBUG&#039;, false);\ndefine( &#039;WP_DEBUG_LOG&#039;, false);\ndefine( &#039;DISALLOW_FILE_EDIT&#039;, false);\nini_set(&#039;upload_max_filesize&#039;, &#039;2000M&#039;);\n ini_set(&#039;max_execution_time&#039;, &#039;2000&#039;);\n ini_set(&#039;memory_limit&#039;, &#039;128M&#039;);\n ini_set(&#039;post_max_size&#039;, &#039;2000M&#039;); \n@ini_set(&#039;max_input_vars&#039;, 50000);\n\n\n\n\/* Add any custom values between this line and the &quot;stop editing&quot; line. *\/\ndefine( &#039;WP_SITEURL&#039;, &#039;https:\/\/newdemoes.aramis-co.ir\/woodmartpluss3\/&#039; );\n\/* That&#039;s all, stop editing! Happy publishing. *\/\n\/** Absolute path to the WordPress directory. *\/\nif ( ! defined( &#039;ABSPATH&#039; ) ) {\n\tdefine( &#039;ABSPATH&#039;, dirname(__FILE__) . &#039;\/&#039; );\n}\n\/** Sets up WordPress vars and included files. *\/\nrequire_once ABSPATH . &#039;wp-settings.php&#039;;\n<\/pre><\/div><div class=\"col col-2\"><b>New wp-config.php<\/b><pre>&lt;?php\n\/\/Begin Really Simple SSL key\ndefine(&#039;RSSSL_KEY&#039;, &#039;F4h8ocw6w8C6qYvT2u5SYyWfgKrVA39tZTLROyUNtZEwYa8i3AgOOOLYMBLGAWEa&#039;);\n\/\/END Really Simple SSL key\ndefine( &#039;WP_CACHE&#039;, true ); \/\/ Added by WP Rocket\n \/\/ Added by WP Rocket\ndefine( &#039;DISABLE_WP_CRON&#039;, true );\n\/**\n * The base configuration for WordPress\n *\n * The wp-config.php creation script uses this file during the installation.\n * You don&#039;t have to use the web site, you can copy this file to &quot;wp-config.php&quot;\n * and fill in the values.\n *\n * This file contains the following configurations:\n *\n * * Database settings\n * * Secret keys\n * * Database table prefix\n * * ABSPATH\n *\n * @link https:\/\/wordpress.org\/support\/article\/editing-wp-config-php\/\n *\n * @package WordPress\n *\/\n\/\/ ** Database settings - You can get this info from your web host ** \/\/\n\/** The name of the database for WordPress *\/\ndefine( &#039;DB_NAME&#039;, &#039;**OBSCURED**&#039; );\n\/** Database username *\/\ndefine( &#039;DB_USER&#039;, &#039;**OBSCURED**&#039; );\n\/** Database password *\/\ndefine( &#039;DB_PASSWORD&#039;, &#039;**OBSCURED**&#039; );\n\/** Database hostname *\/\ndefine( &#039;DB_HOST&#039;, &#039;**OBSCURED**&#039; );\n\/** Database charset to use in creating database tables. *\/\ndefine( &#039;DB_CHARSET&#039;, &#039;utf8mb4&#039; );\n\/** The database collate type. Don&#039;t change this if in doubt. *\/\ndefine( &#039;DB_COLLATE&#039;, &#039;&#039; );\n\/**#@+fa\n * Authentication unique keys and salts.\n *\n * Change these to different unique phrases! You can generate these using\n * the {@link https:\/\/api.wordpress.org\/secret-key\/1.1\/salt\/ WordPress.org secret-key service}.\n *\n * You can change these at any point in time to invalidate all existing cookies.\n * This will force all users to have to log in again.\n *\n * @since 2.6.0\n *\/\ndefine(&#039;AUTH_KEY&#039;, &#039;**OBSCURED**&#039;);\ndefine(&#039;SECURE_AUTH_KEY&#039;, &#039;**OBSCURED**&#039;);\ndefine(&#039;LOGGED_IN_KEY&#039;, &#039;**OBSCURED**&#039;);\ndefine(&#039;NONCE_KEY&#039;, &#039;**OBSCURED**&#039;);\ndefine(&#039;AUTH_SALT&#039;, &#039;**OBSCURED**&#039;);\ndefine(&#039;SECURE_AUTH_SALT&#039;, &#039;**OBSCURED**&#039;);\ndefine(&#039;LOGGED_IN_SALT&#039;, &#039;**OBSCURED**&#039;);\ndefine(&#039;NONCE_SALT&#039;, &#039;**OBSCURED**&#039;);\n\/**#@-*\/\n\/**\n * WordPress database table prefix.\n *\n * You can have multiple installations in one database if you give each\n * a unique prefix. Only numbers, letters, and underscores please!\n *\/\n$table_prefix = &#039;wp_&#039;;\n\/**\n * For developers: WordPress debugging mode.\n *\n * Change this to true to enable the display of notices during development.\n * It is strongly recommended that plugin and theme developers use WP_DEBUG\n * in their development environments.\n *\n * For information on other constants that can be used for debugging,\n * visit the documentation.\n *\n * @link https:\/\/wordpress.org\/support\/article\/debugging-in-wordpress\/\n *\/\ndefine( &#039;WP_DEBUG&#039;, false );\ndefine( &#039;WP_DEBUG_LOG&#039;, false );\ndefine( &#039;DISALLOW_FILE_EDIT&#039;, false );\nini_set(&#039;upload_max_filesize&#039;, &#039;2000M&#039;);\n ini_set(&#039;max_execution_time&#039;, &#039;2000&#039;);\n ini_set(&#039;memory_limit&#039;, &#039;128M&#039;);\n ini_set(&#039;post_max_size&#039;, &#039;2000M&#039;); \n@ini_set(&#039;max_input_vars&#039;, 50000);\n\n\n\n\/* Add any custom values between this line and the &quot;stop editing&quot; line. *\/\ndefine( &#039;WP_SITEURL&#039;, &#039;https:\/\/tisatech.ir\/testnew&#039; );\n\/* That&#039;s all, stop editing! Happy publishing. *\/\n\/** Absolute path to the WordPress directory. *\/\nif ( ! defined( &#039;ABSPATH&#039; ) ) {\n\tdefine( &#039;ABSPATH&#039;, __DIR__ . &#039;\/&#039; );\n}\n\/** Sets up WordPress vars and included files. *\/\nrequire_once ABSPATH . &#039;wp-settings.php&#039;;\n<\/pre><\/div><\/div><\/div>                <button class=\"close-button\" title=\"Close\" ><i class=\"fa fa-2x fa-times\"><\/i><\/button>\n            <\/div>\n        <\/div>\n        ",
            "sections": [
                "changes"
            ],
            "faqLink": null,
            "priority": 10,
            "open": true,
            "longMsgMode": "html"
        },
        "htaccess-changes": {
            "shortMsg": "htaccess changes",
            "level": 0,
            "longMsg": "        <span class=\"link-style dup-ligthbox-link\" data-dup-ligthbox=\"dup-html-id-4-1765585282-8034\" >.htaccess changes<\/span>\n        <div id=\"dup-html-id-4-1765585282-8034\" class=\"dub-ligthbox-content close\">\n            <div class=\"wrapper\" >\n                <h2 class=\"title\" >HTACCESS COMPARE<\/h2>\n                <div class=\"content\" ><div class=\"row-cols-2\"><div class=\"col col-1\"><b>Original .htaccess<\/b><pre># BEGIN WP Rocket v3.14.3\n# Use UTF-8 encoding for anything served text\/plain or text\/html\nAddDefaultCharset UTF-8\n# Force UTF-8 for a number of file formats\n&lt;IfModule mod_mime.c&gt;\nAddCharset UTF-8 .atom .css .js .json .rss .vtt .xml\n&lt;\/IfModule&gt;\n\n# FileETag None is not enough for every server.\n&lt;IfModule mod_headers.c&gt;\nHeader unset ETag\n&lt;\/IfModule&gt;\n\n# Since we\u2019re sending far-future expires, we don\u2019t need ETags for static content.\n# developer.yahoo.com\/performance\/rules.html#etags\nFileETag None\n\n&lt;IfModule mod_alias.c&gt;\n&lt;FilesMatch &quot;\\.(html|htm|rtf|rtx|txt|xsd|xsl|xml)$&quot;&gt;\n&lt;IfModule mod_headers.c&gt;\nHeader set X-Powered-By &quot;WP Rocket\/3.14.3&quot;\nHeader unset Pragma\nHeader append Cache-Control &quot;public&quot;\nHeader unset Last-Modified\n&lt;\/IfModule&gt;\n&lt;\/FilesMatch&gt;\n\n&lt;FilesMatch &quot;\\.(css|htc|js|asf|asx|wax|wmv|wmx|avi|bmp|class|divx|doc|docx|eot|exe|gif|gz|gzip|ico|jpg|jpeg|jpe|json|mdb|mid|midi|mov|qt|mp3|m4a|mp4|m4v|mpeg|mpg|mpe|mpp|otf|odb|odc|odf|odg|odp|ods|odt|ogg|pdf|png|pot|pps|ppt|pptx|ra|ram|svg|svgz|swf|tar|tif|tiff|ttf|ttc|wav|wma|wri|xla|xls|xlsx|xlt|xlw|zip)$&quot;&gt;\n&lt;IfModule mod_headers.c&gt;\nHeader unset Pragma\nHeader append Cache-Control &quot;public&quot;\n&lt;\/IfModule&gt;\n&lt;\/FilesMatch&gt;\n&lt;\/IfModule&gt;\n\n&lt;IfModule mod_mime.c&gt;\n\tAddType image\/avif                                  avif\n    AddType image\/avif-sequence                         avifs\n&lt;\/IfModule&gt;\n# Expires headers (for better cache control)\n&lt;IfModule mod_expires.c&gt;\n\tExpiresActive on\n\tExpiresDefault                              &quot;access plus 1 month&quot;\n\t# cache.appcache needs re-requests in FF 3.6 (thanks Remy ~Introducing HTML5)\n\tExpiresByType text\/cache-manifest           &quot;access plus 0 seconds&quot;\n\t# Your document html\n\tExpiresByType text\/html                     &quot;access plus 0 seconds&quot;\n\t# Data\n\tExpiresByType text\/xml                      &quot;access plus 0 seconds&quot;\n\tExpiresByType application\/xml               &quot;access plus 0 seconds&quot;\n\tExpiresByType application\/json              &quot;access plus 0 seconds&quot;\n\t# Feed\n\tExpiresByType application\/rss+xml           &quot;access plus 1 hour&quot;\n\tExpiresByType application\/atom+xml          &quot;access plus 1 hour&quot;\n\t# Favicon (cannot be renamed)\n\tExpiresByType image\/x-icon                  &quot;access plus 1 week&quot;\n\t# Media: images, video, audio\n\tExpiresByType image\/gif                     &quot;access plus 4 months&quot;\n\tExpiresByType image\/png                     &quot;access plus 4 months&quot;\n\tExpiresByType image\/jpeg                    &quot;access plus 4 months&quot;\n\tExpiresByType image\/webp                    &quot;access plus 4 months&quot;\n\tExpiresByType video\/ogg                     &quot;access plus 4 months&quot;\n\tExpiresByType audio\/ogg                     &quot;access plus 4 months&quot;\n\tExpiresByType video\/mp4                     &quot;access plus 4 months&quot;\n\tExpiresByType video\/webm                    &quot;access plus 4 months&quot;\n\tExpiresByType image\/avif                    &quot;access plus 4 months&quot;\n\tExpiresByType image\/avif-sequence           &quot;access plus 4 months&quot;\n\t# HTC files  (css3pie)\n\tExpiresByType text\/x-component              &quot;access plus 1 month&quot;\n\t# Webfonts\n\tExpiresByType font\/ttf                      &quot;access plus 4 months&quot;\n\tExpiresByType font\/otf                      &quot;access plus 4 months&quot;\n\tExpiresByType font\/woff                     &quot;access plus 4 months&quot;\n\tExpiresByType font\/woff2                    &quot;access plus 4 months&quot;\n\tExpiresByType image\/svg+xml                 &quot;access plus 4 months&quot;\n\tExpiresByType application\/vnd.ms-fontobject &quot;access plus 1 month&quot;\n\t# CSS and JavaScript\n\tExpiresByType text\/css                      &quot;access plus 1 year&quot;\n\tExpiresByType application\/javascript        &quot;access plus 1 year&quot;\n&lt;\/IfModule&gt;\n# Gzip compression\n&lt;IfModule mod_deflate.c&gt;\n# Active compression\nSetOutputFilter DEFLATE\n# Force deflate for mangled headers\n&lt;IfModule mod_setenvif.c&gt;\n&lt;IfModule mod_headers.c&gt;\nSetEnvIfNoCase ^(Accept-EncodXng|X-cept-Encoding|X{15}|~{15}|-{15})$ ^((gzip|deflate)\\s*,?\\s*)+|[X~-]{4,13}$ HAVE_Accept-Encoding\nRequestHeader append Accept-Encoding &quot;gzip,deflate&quot; env=HAVE_Accept-Encoding\n# Don\u2019t compress images and other uncompressible content\nSetEnvIfNoCase Request_URI \\\n\\.(?:gif|jpe?g|png|rar|zip|exe|flv|mov|wma|mp3|avi|swf|mp?g|mp4|webm|webp|pdf)$ no-gzip dont-vary\n&lt;\/IfModule&gt;\n&lt;\/IfModule&gt;\n\n# Compress all output labeled with one of the following MIME-types\n&lt;IfModule mod_filter.c&gt;\nAddOutputFilterByType DEFLATE application\/atom+xml \\\n\t\t                          application\/javascript \\\n\t\t                          application\/json \\\n\t\t                          application\/rss+xml \\\n\t\t                          application\/vnd.ms-fontobject \\\n\t\t                          application\/x-font-ttf \\\n\t\t                          application\/xhtml+xml \\\n\t\t                          application\/xml \\\n\t\t                          font\/opentype \\\n\t\t                          image\/svg+xml \\\n\t\t                          image\/x-icon \\\n\t\t                          text\/css \\\n\t\t                          text\/html \\\n\t\t                          text\/plain \\\n\t\t                          text\/x-component \\\n\t\t                          text\/xml\n&lt;\/IfModule&gt;\n&lt;IfModule mod_headers.c&gt;\nHeader append Vary: Accept-Encoding\n&lt;\/IfModule&gt;\n&lt;\/IfModule&gt;\n\n&lt;IfModule mod_mime.c&gt;\nAddType text\/html .html_gzip\nAddEncoding gzip .html_gzip\n&lt;\/IfModule&gt;\n&lt;IfModule mod_setenvif.c&gt;\nSetEnvIfNoCase Request_URI \\.html_gzip$ no-gzip\n&lt;\/IfModule&gt;\n\n&lt;IfModule mod_rewrite.c&gt;\nRewriteEngine On\nRewriteBase \/woodmartpluss3\/\nRewriteCond %{HTTPS} on [OR]\nRewriteCond %{SERVER_PORT} ^443$ [OR]\nRewriteCond %{HTTP:X-Forwarded-Proto} https\nRewriteRule .* - [E=WPR_SSL:-https]\nRewriteCond %{HTTP:Accept-Encoding} gzip\nRewriteRule .* - [E=WPR_ENC:_gzip]\nRewriteCond %{REQUEST_METHOD} GET\nRewriteCond %{QUERY_STRING} =&quot;&quot;\nRewriteCond %{HTTP:Cookie} !(wordpress_logged_in_.+|wp-postpass_|wptouch_switch_toggle|comment_author_|comment_author_email_) [NC]\nRewriteCond %{REQUEST_URI} !^(\/woodmartpluss3(\/(?:.+\/)?feed(?:\/(?:.+\/?)?)?$|\/(?:.+\/)?embed\/|\/checkout\/??(.*)|\/cart\/?|\/my-account\/??(.*)|\/(index.php\/)?(.*)wp-json(\/.*|$)|\/wishlist\/(.*)|\/%d9%85%d9%82%d8%a7%db%8c%d8%b3%d9%87-%d9%85%d8%ad%d8%b5%d9%88%d9%84%d8%a7%d8%aa-2\/(.*)))$ [NC]\nRewriteCond %{HTTP:X-Wap-Profile} !^[a-z0-9\\&quot;]+ [NC]\nRewriteCond %{HTTP:Profile} !^[a-z0-9\\&quot;]+ [NC]\nRewriteCond %{HTTP_USER_AGENT} !^.*(2.0\\ MMP|240x320|400X240|AvantGo|BlackBerry|Blazer|Cellphone|Danger|DoCoMo|Elaine\/3.0|EudoraWeb|Googlebot-Mobile|hiptop|IEMobile|KYOCERA\/WX310K|LG\/U990|MIDP-2.|MMEF20|MOT-V|NetFront|Newt|Nintendo\\ Wii|Nitro|Nokia|Opera\\ Mini|Palm|PlayStation\\ Portable|portalmmm|Proxinet|ProxiNet|SHARP-TQ-GX10|SHG-i900|Small|SonyEricsson|Symbian\\ OS|SymbianOS|TS21i-10|UP.Browser|UP.Link|webOS|Windows\\ CE|WinWAP|YahooSeeker\/M1A1-R2D2|iPhone|iPod|Android|BlackBerry9530|LG-TU915\\ Obigo|LGE\\ VX|webOS|Nokia5800).* [NC]\nRewriteCond %{HTTP_USER_AGENT} !^(w3c\\ |w3c-|acs-|alav|alca|amoi|audi|avan|benq|bird|blac|blaz|brew|cell|cldc|cmd-|dang|doco|eric|hipt|htc_|inno|ipaq|ipod|jigs|kddi|keji|leno|lg-c|lg-d|lg-g|lge-|lg\/u|maui|maxo|midp|mits|mmef|mobi|mot-|moto|mwbp|nec-|newt|noki|palm|pana|pant|phil|play|port|prox|qwap|sage|sams|sany|sch-|sec-|send|seri|sgh-|shar|sie-|siem|smal|smar|sony|sph-|symb|t-mo|teli|tim-|tosh|tsm-|upg1|upsi|vk-v|voda|wap-|wapa|wapi|wapp|wapr|webc|winw|winw|xda\\ |xda-).* [NC]\nRewriteCond %{HTTP_USER_AGENT} !^(facebookexternalhit|WhatsApp).* [NC]\nRewriteCond &quot;%{DOCUMENT_ROOT}\/woodmartpluss3\/wp-content\/cache\/wp-rocket\/%{HTTP_HOST}%{REQUEST_URI}\/index%{ENV:WPR_SSL}%{ENV:WPR_WEBP}.html%{ENV:WPR_ENC}&quot; -f\nRewriteRule .* &quot;\/woodmartpluss3\/wp-content\/cache\/wp-rocket\/%{HTTP_HOST}%{REQUEST_URI}\/index%{ENV:WPR_SSL}%{ENV:WPR_WEBP}.html%{ENV:WPR_ENC}&quot; [L]\n&lt;\/IfModule&gt;\n# END WP Rocket\n\n# BEGIN WordPress\n# \u062f\u0633\u062a\u0648\u0631\u0627\u0644\u0639\u0645\u0644\u200c\u0647\u0627\u06cc (\u062e\u0637\u0648\u0637) \u0628\u06cc\u0646 &quot;BEGIN WordPress&quot; \u0648 &quot;END WordPress&quot;\n# \u0628\u0647 \u0637\u0648\u0631 \u067e\u0648\u06cc\u0627 \u062a\u0648\u0644\u06cc\u062f \u0634\u062f\u0647\u200c\u0627\u0646\u062f\u060c \u0648 \u0641\u0642\u0637 \u0628\u0627\u06cc\u062f \u0628\u0647 \u0648\u0633\u06cc\u0644\u0647\u0654 \u0635\u0627\u0641\u06cc\u200c\u0647\u0627\u06cc \u0648\u0631\u062f\u0631\u067e\u0631\u0633 \u0648\u06cc\u0631\u0627\u06cc\u0634 \u0634\u0648\u0646\u062f.\n# \u0647\u0631 \u062a\u063a\u06cc\u06cc\u0631\u06cc \u062f\u0631 \u062f\u0633\u062a\u0648\u0631\u0627\u0644\u0639\u0645\u0644\u200c\u0647\u0627\u06cc \u0628\u06cc\u0646 \u0627\u06cc\u0646 \u0646\u0634\u0627\u0646\u200c\u06af\u0631\u0647\u0627 \u0628\u0627\u0632\u0646\u0648\u06cc\u0634\u06cc \u062e\u0648\u0627\u0647\u0646\u062f \u0634\u062f.\n&lt;IfModule mod_rewrite.c&gt;\nRewriteEngine On\nRewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]\nRewriteBase \/woodmartpluss3\/\nRewriteRule ^index\\.php$ - [L]\nRewriteCond %{REQUEST_FILENAME} !-f\nRewriteCond %{REQUEST_FILENAME} !-d\nRewriteRule . \/woodmartpluss3\/index.php [L]\n&lt;\/IfModule&gt;\n\n# END WordPress<\/pre><\/div><div class=\"col col-2\"><b>New .htaccess<\/b><pre># This file was updated by Duplicator on 2025-12-13 00:21:22.\n# See the original_files_ folder for the original source_site_htaccess file.\n# BEGIN WordPress\n&lt;IfModule mod_rewrite.c&gt;\nRewriteEngine On\nRewriteBase \/testnew\/\nRewriteRule ^index\\.php$ - [L]\nRewriteCond %{REQUEST_FILENAME} !-f\nRewriteCond %{REQUEST_FILENAME} !-d\nRewriteRule . \/testnew\/index.php [L]\n&lt;\/IfModule&gt;\n# END WordPress<\/pre><\/div><\/div><\/div>                <button class=\"close-button\" title=\"Close\" ><i class=\"fa fa-2x fa-times\"><\/i><\/button>\n            <\/div>\n        <\/div>\n        ",
            "sections": [
                "changes"
            ],
            "faqLink": null,
            "priority": 10,
            "open": true,
            "longMsgMode": "html"
        }
    }
}