[Techinfo] Webszerveren almappában index.php
fboldog at gmail.com
fboldog at gmail.com
2021. Május. 25., K, 14:32:48 CEST
Sziasztok!
Köszönöm Sanyi, ez volt a megoldás.
Be kellett illeszteni a public_html gyökerében lévő .htacces fájlba ezt a sort:
RewriteCond %{REQUEST_URI} !/alkönyvtárneve/[^/]*\.php$
Még egyszer hálás köszönet érte!
------
Üdv:
Boldog Ferenc
A gyökérmappa .htaccess fájlját nézd meg.
A drupal.org -ró letölthető zip fájlban van egy ilyen rész (a .htaccess fájlban):
# For security reasons, deny access to other PHP files on public sites.
# Note: The following URI conditions are not anchored at the start (^),
# because Drupal may be located in a subdirectory. To further improve
# security, you can replace '!/' with '!^/'.
# Allow access to PHP files in /core (like authorize.php or install.php):
RewriteCond %{REQUEST_URI} !/core/[^/]*\.php$
# Allow access to test-specific PHP files:
RewriteCond %{REQUEST_URI} !/core/modules/system/tests/https?.php
# Allow access to Statistics module's custom front controller.
# Copy and adapt this rule to directly execute PHP files in contributed or
# custom modules or to run another PHP application in the same directory.
RewriteCond %{REQUEST_URI} !/core/modules/statistics/statistics.php$
# Deny access to any other PHP files that do not match the rules above.
# Specifically, disallow autoload.php from being served directly.
RewriteRule "^(.+/.*|autoload)\.php($|/)" - [F]
Ha nálad is van ilyen rész, akkor szerintem ezt kellene megfelelően kibővíteni (elé írni a számodra szükséges engedélyező szabályt)
Üdvözlettel:
Veres Sándor
--------- következő rész ---------
Egy csatolt HTML állomány át lett konvertálva...
URL: <http://lista.sulinet.hu/pipermail/techinfo/attachments/20210525/248f03a7/attachment.html>
További információk a(z) Techinfo levelezőlistáról