Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
PHPコードがローカルホストで実行される場所をWAMPから変更したいと思います。
私の現在の場所はにC:\wampあり、次のように変更したいE:\server\
C:\wamp
E:\server\
どうやってするか?
httpd.confインを変更してパスc:\wamp\bin\apache\apache-xxx.xx\を探す必要があります。c:/wamp適切に変更してください。この場合e:/server/。ファイルを保存してからapacheを再起動すると、準備が整います。
httpd.conf
c:\wamp\bin\apache\apache-xxx.xx\
c:/wamp
e:/server/