Back | Home
الـ Path الحالي: /home/picotech/domains/instantly.picotech.app/public_html/public/.././../../qr.picotech.app/public_html
الملفات الموجودة في هذا الـ Path:
.
..
.editorconfig
.env
.env.example
.env.test.example
.gitattributes
.github
.gitignore
.htaccess
.styleci.yml
Modules
README.md
app
artisan
bootstrap
composer.json
composer.lock
config
database
modules_statuses.json
package.json
phpunit.xml
public
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

               Options -Indexes
</IfModule>