0

私はPHPを初めて使用します

次のコマンドを使用して、xampp-linux-1.7.3a.tar.gzファイルをUbuntu12.04LTSにダウンロードしてインストールします。

 tar xvfz xampp-linux-1.7.3a.tar.gz -C /opt

このコマンドでhtdocsの問題を解決しました:

 sudo chmod 777 -R /opt/lampp/htdocs/

次のコマンドでパスワードを設定します。

 sudo /opt/lampp/lampp security

私のブラウザでローカルホストアドレスに移動し、すべてが大丈夫です。しかし、htdocsフォルダー(newsite)にある自分のサイトにアクセスすると、このエラーが発生します。

 Object not found!  

 The requested URL was not found on this server. If you entered the URL manually please check your spelling and try again.  

 If you think this is a server error, please contact the webmaster.  
 Error 404  
 localhost  
 Sun 22 Jul 2012 11:38:05 AM IRDT  
 Apache/2.2.21 (Unix) DAV/2 mod_ssl/2.2.21 OpenSSL/1.0.0c PHP/5.3.8 mod_apreq2-20090110/2.7.1 mod_perl/2.0.5 Perl/v5.10.1    

私はウェブを非常に検索しましたが、この問題は解決しませんでした。

4

1 に答える 1

0

mysitechmodを追加した後、htdocsフォルダーを作成しましたか?chmodコマンドを再度実行してから、Apacheを再起動します。

于 2012-07-22T13:31:36.237 に答える