Server IP : 103.11.96.170 / Your IP : 18.188.15.246 Web Server : Microsoft-IIS/10.0 System : Windows NT WIN-F6SLGVICLOP 10.0 build 17763 (Windows Server 2016) AMD64 User : elibrary.unsap.ac.id ( 0) PHP Version : 7.4.19 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF Directory (0777) : D:/localhost/elibrary/../absen-fti/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
RewriteEngine On RewriteRule ^.well-known(.*)$ - [L,NC] RewriteCond %{HTTPS} off RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301] <IfModule mod_rewrite.c> RewriteEngine on Options -Indexes RewriteRule ^404$ 404.php [L] RewriteRule ^logout?$ sw-mod/out/logout.php #---------------- Action ------------------------------------- RewriteRule ^sw-proses?$ action/sw-proses.php [L] RewriteRule ^print?$ action/sw-print.php [L] RewriteRule ^timthumb?$ sw-library/timthumb.php [L] RewriteRule ^oauth/google?$ action/sw-google.php [L] # --------------- Index + halaman ------------------------------------ RewriteCond %{REQUEST_FILENAME} !-f #RewriteRule ^$ index.php?mod=home [L] RewriteRule ^(.*)$ index.php?mod=$1 [L] </IfModule> <IfModule mod_php5.c> php_value short_open_tag 1 </IfModule> <IfModule mod_gzip.c> mod_gzip_on Yes mod_gzip_dechunk Yes mod_gzip_item_include file .(html?|txt|css|js|php|pl)$ mod_gzip_item_include handler ^cgi-script$ mod_gzip_item_include mime ^text/.* mod_gzip_item_include mime ^application/x-javascript.* mod_gzip_item_exclude mime ^image/.* mod_gzip_item_exclude rspheader ^Content-Encoding:.*gzip.* </IfModule> <FilesMatch "\.(php4|php5|php3|php2|php|phtml)$"> SetHandler application/x-httpd-alt-php74___lsphp </FilesMatch>