Windows NT WIN-F6SLGVICLOP 10.0 build 17763 (Windows Server 2016) AMD64
Microsoft-IIS/10.0
Server IP : & Your IP : 18.222.106.93
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 /
formulirkampus /
Delete
Unzip
Name
Size
Permission
Date
Action
.git
[ DIR ]
drwxrwxrwx
2024-03-23 17:09
app
[ DIR ]
drwxrwxrwx
2024-03-22 15:20
bootstrap
[ DIR ]
drwxrwxrwx
2024-03-22 15:20
config
[ DIR ]
drwxrwxrwx
2024-03-22 15:20
database
[ DIR ]
drwxrwxrwx
2024-03-22 15:20
lang
[ DIR ]
drwxrwxrwx
2024-03-22 15:20
public
[ DIR ]
drwxrwxrwx
2024-03-22 15:32
resources
[ DIR ]
drwxrwxrwx
2024-03-22 15:20
routes
[ DIR ]
drwxrwxrwx
2024-03-23 17:09
storage
[ DIR ]
drwxrwxrwx
2024-03-22 15:20
tests
[ DIR ]
drwxrwxrwx
2024-03-22 15:20
vendor
[ DIR ]
drwxrwxrwx
2024-03-22 16:06
.editorconfig
276
B
-rw-rw-rw-
2024-03-22 15:20
.env
1.34
KB
-rw-rw-rw-
2024-03-22 15:34
.env.example
1.1
KB
-rw-rw-rw-
2024-03-22 15:20
.gitattributes
190
B
-rw-rw-rw-
2024-03-22 15:20
.gitignore
245
B
-rw-rw-rw-
2024-03-22 15:20
README.md
4.13
KB
-rw-rw-rw-
2024-03-22 15:20
artisan
1.7
KB
-rw-rw-rw-
2024-03-22 15:20
composer.json
1.95
KB
-rw-rw-rw-
2024-03-23 11:49
composer.lock
300.86
KB
-rw-rw-rw-
2024-03-22 15:20
package.json
300
B
-rw-rw-rw-
2024-03-22 15:20
phpunit.xml
1.18
KB
-rw-rw-rw-
2024-03-22 15:20
vite.config.js
274
B
-rw-rw-rw-
2024-03-22 15:20
web.config
1.01
KB
-rw-rw-rw-
2024-03-22 15:26
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>