{"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