![]() |
You are hitting on two things:
1) Apache conforms to the HTTP/1.1 spec for content negotiation (http://httpd.apache.org/docs/1.3/con...gotiation.html) which means that when the browser specifies a preference for English documents, Apache will prefer index.html.en to index.html 2) The DirectoryIndex directive gives a prioritized list of files to be used when a directory URL is received: http://httpd.apache.org/docs/1.3/mod/mod_dir.html As I said earlier, you really do need to read the docs if you are doing anything out of the ordinary. |
Quote:
|
Quote:
WHY you'd want both of them at once is another issue. Orthodontist: how did you get PHP5, and are you sure PHP is working? Create a file in the /Library/Webserver directory called "phpinfo.php" containing the following: Code:
<p>File loaded. Gobs of PHP info following if PHP is running.</p>http://localhost/phpinfo.php |
| All times are GMT -5. The time now is 07:13 PM. |
Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2014, vBulletin Solutions, Inc.
Site design © IDG Consumer & SMB; individuals retain copyright of their postings
but consent to the possible use of their material in other areas of IDG Consumer & SMB.