• ベストアンサー

〆た質問にリンクを張り、仕切り直しの質問です。

http://okwave.jp/qa/q8351280.html  のご回答等・・でお世話になっております^^ 私なりに頭の中で”紆余曲折”した、質問でした。    私みたいなPHP二年生ですが、  なんでもそうだと思うのですが! “素人というのは”とんでもない勘違いを良くしています! 私もその一人です。  なので、自分だけの考えだけで、事を進められないので苦労しています。   ご回答を下さった、 “「#」が先頭についているのは全部コメントです。” 意味が分かりました^^  現在のプログラムの設定を、とりあえず以下の設定にしました。 教本には「http-vhosts.confファイルを開き追加してください。」  とありましたので追加しましが、間違いないでしょうか!?    まだどこか勘違いをしているような気がします。  ※ 以上URLから何か、新たにどこかのフォルダ内にファイルを追加する!    との、回答の内容と、受け止められました。等・完璧ではございません    !勘違いなのでしょうか!?等・・   何か全体的に大きな勘違いをしているようでしたらご教授をよろしくお願い致します。 # Virtual Hosts # # Required modules: mod_log_config # If you want to maintain multiple domains/hostnames on your # machine you can setup VirtualHost containers for them. Most configurations # use only name-based virtual hosts so the server doesn't need to worry about # IP addresses. This is indicated by the asterisks in the directives below. # # Please see the documentation at # <URL:http://httpd.apache.org/docs/2.4/vhosts/> # for further details before you try to setup virtual hosts. # # You may use the command line option '-S' to verify your virtual host # configuration. # # Use name-based virtual hosting. # NameVirtualHost *:80 <VirtualHost *:80> ServerName study.localhost DocumentRoot "C:/xampp/htdocs/study.localhost" DirectoryIndex index.php index.html <Directory "C:/xampp/htdocs/study.localhost"> AllowOverride All Allow from All </Directory> </VirtualHost> ##NameVirtualHost *:80 # # VirtualHost example: # Almost any Apache directive may go into a VirtualHost container. # The first VirtualHost section is used for all requests that do not # match a ##ServerName or ##ServerAlias in any <VirtualHost> block. # ##<VirtualHost *:80> ##ServerAdmin webmaster@dummy-host.example.com ##DocumentRoot "C:/xampp/htdocs/dummy-host.example.com" ##ServerName dummy-host.example.com ##ServerAlias www.dummy-host.example.com ##ErrorLog "logs/dummy-host.example.com-error.log" ##CustomLog "logs/dummy-host.example.com-access.log" common ##</VirtualHost> ##<VirtualHost *:80> ##ServerAdmin webmaster@dummy-host2.example.com ##DocumentRoot "C:/xampp/htdocs/dummy-host2.example.com" ##ServerName dummy-host2.example.com ##ErrorLog "logs/dummy-host2.example.com-error.log" ##CustomLog "logs/dummy-host2.example.com-access.log" common ##</VirtualHost>

質問者が選んだベストアンサー

  • ベストアンサー
noname#244856
noname#244856
回答No.1

あってると思いますよ。 プログラミング以前に日本語の問題ですが・・・(苦笑

javascriptphp
質問者

お礼

ご指摘ありがとうございました。  確かに私は、文章の基本中の基本である、頭が悪い のは、どうしようもないことですが! 注意力に欠けるのか、原因は分かりませんが、  ”誤字脱字が多い”!のが欠点です。 以前に比べたら,、だいぶ減りましたが、まだまだです_ _    人はミスして当たり前ですが、皆様のご回答を見る限り  ほとんど、目立った、誤字脱字がないのが不思議です! 掲示板等に書き込まれる、お方はそれなりに、素質があられる方  と見受けられます。 文章の構成も私は、不得意ですが、それはさておき、先ずは  誤字脱字の脱出を念頭に置こうと思います。 タイピングもゆっくり丁寧に入力します。    以上ですが、どこか、誤字脱字があると思いますが  発見できませんでした! 悪しからず(*^_^*)  今後ともよろしくお願い致します^^

javascriptphp
質問者

補足

ガックリ_ _

関連するQ&A