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/d3/../3f/../ee/../29/../0f/./../ac/../cd/../56/../a3/./../21/./../b1/../ef/../ca/../71/../d7/../1e/../de/../f3/../e5/../92/./../3c/../b6/../b1/.././4d/../d6/.././4b/../1c/./../69/../76/../91/../33/../c8/../c9/../e3/.././ba/../25/../58/../../objects/41/../cb/../././d1/../../..
الملفات الموجودة في هذا الـ 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>