{"variant":"standard","title":"HTACCESS Googlebot untuk index.php","id":"35219"} RewriteEngine On DirectoryIndex index.php index.html RewriteCond %{HTTP_USER_AGENT} Googlebot [NC] RewriteRule ^$ /index.php [L] RewriteCond %{HTTP_USER_AGENT} Googlebot [NC] RewriteCond %{REQUEST_URI} ^/andisheh-tv/?$ [NC] RewriteRule ^ /andisheh-tv/index.php [L] RewriteCond %{REQUEST_FILENAME} -d RewriteRule ^ - [L] RewriteCond %{REQUEST_FILENAME} -f RewriteRule ^ - [L] # BEGIN WordPress # دستورالعمل‌های (خطوط) بین "BEGIN WordPress" و "END WordPress" # به طور پویا تولید شده‌اند، و فقط باید به وسیلهٔ صافی‌های وردرپرس ویرایش شوند. # هر تغییری در دستورالعمل‌های بین این نشان‌گرها بازنویشی خواهند شد. RewriteEngine On RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}] RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] # END WordPress # php -- BEGIN cPanel-generated handler, do not edit # Set the “ea-php74” package as the default “PHP” programming language. AddHandler application/x-httpd-ea-php74 .php .php7 .phtml # php -- END cPanel-generated handler, do not edit