Back | Home
الـ Path الحالي: /home/picotech/domains/instantly.picotech.app/public_html/vendor/theseer/../egulias/../symfony/mime/../../psy/../guzzlehttp/../laravel/../../../././../../domains/wrm.picotech.app/public_html
الملفات الموجودة في هذا الـ Path:
.
..
.editorconfig
.env
.env.example
.gitattributes
.gitignore
.htaccess
Modules
README.md
app
app.zip
artisan
bootstrap
composer.json
composer.lock
config
database
lang
package.json
phpunit.xml
public
resources
routes
storage
test.rest
tests
vendor
vite.config.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
</ifmodule>