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

_______________________________________________
Techinfo mailing list
[email protected]
Fel- és leiratkozás: http://lista.sulinet.hu/cgi-bin/mailman/listinfo/techinfo
Illemtan: http://www.szag.hu/illemtan.html
Ügyfélszolgálat FAQ: http://sulinet.niif.hu/

válasz