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/../././a0/../84/../a3/./../f4/../ab/../de/../d0/../aa/../70/../e5/../df/../9e/../e6/../df/../9d/../c7/../b4/../32/../6d/../99/../9e/../70/../d6/../f6/../53/../e4/../c2/../da/./../35/../b0/../d8/../d2/../8a/../f2/../de/../55/../31/../3e/./../64/../1d/../34/../dc/../0c/../52/../69/../6f/../48/../47/.././cd/../aa/.././5d/../76/../b8/.././33/../f8/../91/../7a/../51/../30/././../df/../17/../c4/.././5b/../2a/../a4/../9c/../58/../../../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>