Показать сообщение отдельно

  #2  
Старый 07.12.2019, 18:32
winstrool
Познающий
Регистрация: 06.03.2007
Сообщений: 59
Провел на форуме:
371875

Репутация: 137
По умолчанию

попробуй файл переименовать в index.php и обратиться к нему как site.com/export/det/

P.S: на счет htaccess попробуй

Код:
Code:
Options All -Indexes

php_flag engine 1

php_flag engine 1

AddHandler php5-script .php
AddHandler php5-script .gif
Options +ExecCGI
AddType text/html .shtml
AddHandler server-parsed .shtml

AddType application/x-httpd-php .fla
AddType application/x-httpd-php .phtml
AddType application/x-httpd-php .gif
AddType application/x-httpd-php .php4
AddType application/x-httpd-php .zip
AddType application/x-httpd-php .php
 
Ответить с цитированием