Hi,

 

i have the problem that the index.php is not executed. But when I put a
test.php file in that

directoy it will be executed.

 

Iam using xampp from apachefriends.org on windows xp.

 

I think theres something missing in the httpd.conf. I also installed all the
necessary stuff from

The documentation and created the jffnms database.

 

That's my vhost:

 

 

<VirtualHost client1:80>

    ServerAdmin [EMAIL PROTECTED]

    DocumentRoot C:/xampp/htdocs/jffnms/htdocs

    ServerName jffnms

    DirectoryIndex index.php

    ErrorLog C:/Programme/xampp/apache/logs/jffnms-error_log

    CustomLog C:/Programme/xampp/apache/logs/jffnms_log common

</VirtualHost>

 

Httpd.conf:

 

Include conf/extra/httpd-jffnms.conf

 

<Directory "C:/xampp/htdocs/jffnms">

AllowOverride None

Options None

Order allow,deny

Allow from all

</Directory>

 

Any ideas what to do ? Iam not sure if that <Directory.. Is good at the end
of the httpd.conf ?

 

Thanks a lot

Marcus

 

 

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
jffnms-users mailing list
jffnms-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jffnms-users

Reply via email to