.htaccess
ファイルを設定して、HTMLファイル内でPHPコードを実行できるようにしようとしています。初心者/ HTMLファイル内でPHPを実行するように.htaccessファイルを設定する方法は?
私がmysite.com/thefile.php
に行くと、問題なく正しく実行されます。 mysite.com/thefile.html
に行っても同じです。しかし、もし私が<?php echo "Hello"; ?>
をHTMLファイルに追加すると、何も表示されません。実際、「ソースコードを表示」を右クリックすると、phpの行が表示されます。
ここで私は私の.htaccess
ファイルをしようとしたものです:私も
RemoveHandler .htmlを.htmの
AddTypeのがapplication/x-httpd-phpのの.php .htmlを.htmの
試しただけで
AddType application/x-httpd-php .php .html
しかし、それは言う「500内部サーバーエラー」が表示さ:
The server encountered an internal error or misconfiguration and was unable to complete your request.
The most common causes of this problem are errors in the app's .htaccess file or incorrect file or directory permissions preventing the web server from reading the .htaccess file.
More information about this error is available in the app's Apache error log at:
/srv/users/SYSUSER/log/APPNAME/APPNAME_apache.error.log
これらの2/1から除いて、私は一般的なWeb開発に非常に新たなんだ、と私はそれを言及したいと思いますが.htaccessファイル内の行、私は何も持っていません。多分私はそれにいくつかの行がありません?ただの推測
みんなありがとう(とギャル彼らが存在する場合!)
Do not do!あなたは何を達成しようとしていますか? – mkaatman
どういう意味ですか?私は自分のHTMLファイルに私のDatabseの情報を表示しようとしているだけです。 – jgvk
あなたのPHPファイルから行います。 – mkaatman