-
Notifications
You must be signed in to change notification settings - Fork 2
/
htaccess
28 lines (20 loc) · 762 Bytes
/
htaccess
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
RewriteEngine On
RewriteCond %{HTTP:X-Forwarded-Proto} !https
RewriteRule \.(csv|txt|pdf|xlsx)$ - [F]
Options All -Indexes +FollowSymLinks
IndexIgnore *
<IfModule mod_rewrite.c>
<IfModule mod_negotiation.c>
Options -MultiViews -Indexes
</IfModule>
</IfModule>
# php -- BEGIN cPanel-generated handler, do not edit
<IfModule mime_module>
AddHandler application/x-httpd-ea-php74 .php .php7 .phtml
</IfModule>
ErrorDocument 400 http://shubhamiitg.lovestoblog.com/
ErrorDocument 401 http://shubhamiitg.lovestoblog.com/
ErrorDocument 403 http://shubhamiitg.lovestoblog.com/
ErrorDocument 404 http://shubhamiitg.lovestoblog.com/
ErrorDocument 500 http://shubhamiitg.lovestoblog.com/
ErrorDocument 503 http://shubhamiitg.lovestoblog.com/