CURRENT PATH:
/
home
/
u921493091
/
domains
/
matasushilainstitute.ac.in
/
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} ^matasushilainstitute.ac.in$ [OR] RewriteCond %{HTTP_HOST} ^www.matasushilainstitute.ac.in$ RewriteRule ^(.*)$ "https://matasushilainstitute.ac.in/$1" [R=301,L] Options -Indexes # php -- BEGIN cPanel-generated handler, do not edit # Set the “ea-php82” package as the default “PHP” programming language. <IfModule mime_module> AddHandler application/x-httpd-ea-php82___lsphp .php .php8 .phtml </IfModule> # php -- END cPanel-generated handler, do not edit
SIMPAN
[ BATAL ]