View previous topic :: View next topic |
Author |
Message |
khiloa Guru
![Guru Guru](/images/ranks/rank_rect_3.gif)
![](images/avatars/17956942174330b22f20ca9.jpg)
Joined: 27 Jan 2004 Posts: 333 Location: Florence, SC
|
Posted: Sat Apr 03, 2004 5:50 am Post subject: Yet another apache ques. |
|
|
Well I'm stuck on windows xp for a few days and I'm trying to set up a little apache server for a few reasons. I have php installed and working but when I try to change the config file to make index.php the index rather than index.html I get a 403. If you need more explanation.. I'll try. _________________ Registered Linux user #398059! |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
diastelo Guru
![Guru Guru](/images/ranks/rank_rect_3.gif)
![](images/avatars/14034232464266b7da296fb.gif)
Joined: 23 Feb 2004 Posts: 521
|
Posted: Sat Apr 03, 2004 7:11 am Post subject: |
|
|
What are you changing? I added index.php to my mod_dir.c module directive:
Code: | <IfModule mod_dir.c>
DirectoryIndex index.html index.html.var index.php index.php3 index.shtml index.cgi index.pl index.htm Default.htm default.htm
</IfModule> |
I'm not aware of any other place that needs to be changed. _________________ "No question is so difficult to answer as that to which the answer is obvious" -- George Bernard Shaw |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|