We've expanded our news coverage and improved our search! Visit
oreilly.com for the latest or search for all things across O'Reilly!
Article:
 |
|
Apache Web-Serving with Mac OS X: Part 2
|
| Subject: |
|
Still not getting .shtml to work right. |
| Date: |
|
2003-11-09 19:33:05 |
| From: |
|
anonymous2
|
Response to: Still not getting .shtml to work right.
|
|
I certainly had the same error, but adding index.shtml didn't help. It works as 127.0.0.1/index.shtml (so the shtml reading must be activated) but when i load 127.0.0.1 it goes to the Apache default page. My DirectoryIndex change looks like so:
<IfModule mod_dir.c>
DirectoryIndex index.html index.shtml
</IfModule>
Any suggestions?
|