Jump to content
  • 0

php include


aizul
 Share

Question

Понедельник день тяжелый... или лыжи не едут))

1. Создал страницу index.html

2. создал страницу menu.html

3. прописал в .htaccess:


AddType application/x-httpd-php .php .php3 .php4 .phtml .html

4. в index.html прописал <?php require_once("menu.html")?>

Результата нет, содержимое menu.html не отображается(

Я уже и расширения у файлов менял, и функцию include использовал, и в .htaccess разный код прописывал...

В исходном коде выводится так:<!--?php require_once("menu.html")?-->

Link to comment
Share on other sites

5 answers to this question

Recommended Posts

  • 0

Проверьте в файле конфигурации Apache наличие примерно вот таких строчек:


LoadModule php5_module /usr/lib/apache2/modules/libphp5.so

<IfModule mod_php5.c>
AddType application/x-httpd-php .php .phtml .php3
AddType application/x-httpd-php-source .phps
</IfModule>

Пути могут отличатся.

Link to comment
Share on other sites

  • 0

Если это не на хостинге, а сам поднимаешь Apache + php, - тогда выложи конфиги апача и пхп.

Если это у хостера, тогда в поддержку. А вообще очень похоже, что коды включения пхп скрипта спецом экранированы. Быть может, на хостинге не разрешается включение пхп в html-файлы(например в целях безопасности).

Link to comment
Share on other sites

  • 0
Быть может, на хостинге не разрешается включение пхп в html-файлы(например в целях безопасности).
экранируется, видимо, только вывод работы php, а сам-то он выполнится, потому что найдёт свои тэги.
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. See more about our Guidelines and Privacy Policy