Google
Edit File: .htaccess
RewriteEngine On RewriteCond %{HTTP_HOST} !^carabiasa.com$ RewriteRule ^(.*)$ https://carabiasa.com/$1 [R=301,L] ErrorDocument 404 https://carabiasa.com/ Header always unset X-Powered-By Header unset X-Powered-By <IfModule mod_headers.c> Header set Cache-Control "no-cache, no-store, must-revalidate" Header set Pragma "no-cache" Header set Expires 0 </IfModule> # php -- BEGIN cPanel-generated handler, do not edit # Set the “ea-php83” package as the default “PHP” programming language. <IfModule mime_module> AddHandler application/x-httpd-ea-php83 .php .php8 .phtml </IfModule> # php -- END cPanel-generated handler, do not edit