Els wrote:
> trouling wrote:
>
>> Hello,
>>
>> I just installed Apache 2.0 on XP and can run default
>> index.html.en
>> file. At this point, I wish to configure apache to point to
>> an alternate directory for Web Pages. The config
>> documentation seems strait forward enough but I'm unable to
>> redirect apache away from the default index.html. Below is
>> what I modified in my config file. Any helpful suggestions
>> is appreciated.
>>
>> <Directory "F:/My Documents/My Website/WebShow">
>> options indexes includes followsymlinks
>> allowoverride none
>> allow from from all
>> order allow,deny
>> </directory>
>
> Did you restart Apache?
Oh, and: you have to change DocumentRoot too, like this:
DocumentRoot "F:/My Documents/My Website/WebShow"
(higher up in the configuration file)
--
Els
<a style='text-decoration: underline;' href="http://locusmeus.com/" target="_blank">http://locusmeus.com/</a>
Sonhos vem. Sonhos vão. O resto é imperfeito.
- Renato Russo -<!-- ~MESSAGE_AFTER~ -->
>> Stay informed about: Redirect apache to new web root directory