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/5c/../2a/../91/../bb/../fa/../50/../f1/../77/../61/../a5/../e7/.././b2/../2c/../85/./../info/../ed/../06/../a2/../9a/../14/../7d/../4e/./../4f/../0a/../df/../93/../c0/././../55/../8e/../eb/.././4b/../b9/../91/../5f/./../17/../6b/../f8/../10/../24/../../..
الملفات الموجودة في هذا الـ Path:
.
..
.editorconfig
.env
.env.test.example
.git
.gitattributes
.gitignore
.htaccess
.styleci.yml
Modules
README.md
app
artisan
bootstrap
composer.json
composer.lock
config
database
edu.zip
lang
modules_statuses.json
package-lock.json
package.json
phpunit.xml
public
req.rest
resources
routes
server.php
storage
tests
vendor
webpack.mix.js

مشاهدة ملف: .htaccess

<IfModule mod_rewrite.c>
               <IfModule mod_negotiation.c>
                   Options -MultiViews
               </IfModule>

               RewriteEngine On

               RewriteCond %{REQUEST_FILENAME} -d [OR]
               RewriteCond %{REQUEST_FILENAME} -f
               RewriteRule ^ ^$1 [N]

               RewriteCond %{REQUEST_URI} (\.\w+$) [NC]
               RewriteRule ^(.*)$ public/$1

               RewriteCond %{REQUEST_FILENAME} !-d
               RewriteCond %{REQUEST_FILENAME} !-f
               RewriteRule ^ server.php
               RewriteRule ^ - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
</IfModule>