Back | Home
الـ Path الحالي: /home/picotech/domains/instantly.picotech.app/public_html/public/./../app/.././../../finland.picotech.app/public_html/storage/../vendor/./phpoption/../laravel/../nikic/../telnyx/../unicodeveloper/../league/../spatie/../vonage/../authorizenet/./../phenx/../composer/../nesbot/../plivo/../../.git/objects/f2/../48/../23/../7f/./../1f/../05/../54/../18/../af/../49/../././8a/../bb/../e8/../61/../ef/../c4/../6f/../b4/../ef/../5d/../1b/../cc/../85/../f1/../d3/../26/./../fb/../44/../46/../6b/../ff/../8d/../e1/../dc/../d2/../b9/../86/../28/../a2/../2b/../2a/../b9/../1b/../91/../3b/../6f/../e4/../b6/../2b/./../58/../fe/../eb/../f0/../ad/../5d/../73/../16/../0c/../3a/../9d/../b8/../27/../7d/../73/../1f/../e7/../pack/../21/../6a/../d4/./../b8/../bc/../2a/../fd/.././28/../8b/../9d/../71/../57/../4f/../88/../32/../7a/../5d/../a8/../../../public
الملفات الموجودة في هذا الـ Path:
.
..
.htaccess
asset
backend
css
csv
emoji
favicon.ico
file.csv
fonts
front
images
index.php
js
modules
plugins
robots.txt
svg
uploads
web.config
مشاهدة ملف: web.config
<!--
Rewrites requires Microsoft URL Rewrite Module for IIS
Download: https://www.microsoft.com/en-us/download/details.aspx?id=47337
Debug Help: https://docs.microsoft.com/en-us/iis/extensions/url-rewrite-module/using-failed-request-tracing-to-trace-rewrite-rules
-->
<configuration>
<system.webServer>
<rewrite>
<rules>
<rule name="Imported Rule 1" stopProcessing="true">
<match url="^(.*)/$" ignoreCase="false" />
<conditions>
<add input="{REQUEST_FILENAME}" matchType="IsDirectory" ignoreCase="false" negate="true" />
</conditions>
<action type="Redirect" redirectType="Permanent" url="/{R:1}" />
</rule>
<rule name="Imported Rule 2" stopProcessing="true">
<match url="^" ignoreCase="false" />
<conditions>
<add input="{REQUEST_FILENAME}" matchType="IsDirectory" ignoreCase="false" negate="true" />
<add input="{REQUEST_FILENAME}" matchType="IsFile" ignoreCase="false" negate="true" />
</conditions>
<action type="Rewrite" url="index.php" />
</rule>
</rules>
</rewrite>
</system.webServer>
</configuration>