XAMPP Fatal error after switching to php -


i'm have created simple webpage myself. clickdummy works perfect. want add php simple login mechanics. i'm using xampp this. after modified file endigs html php, got following error:

warning: unknown: failed open stream: no such file or directory in unknown on line 0

fatal error: unknown: failed opening required 'p:/services/it-services/50_application_services/60_auszubildende/nicolo/website/entwurf_3/index.php' (include_path='c:\xampp\php\pear') in unknown on line 0

i googled error, none of solutions worked me. have made custom vhost.

httpd-vhosts.conf:

<virtualhost localhost:80>             documentroot p:\services\it-services\50_application_services\60_auszubildende\nicolo\website\entwurf_3             servername localhost             serveradmin lhn2@bfh.ch             <directory p:\services\it-services\50_application_services\60_auszubildende\nicolo\website\entwurf_3>                         options indexes followsymlinks includes                         allowoverride                         require granted             </directory> </virtualhost> 

hosts:

127.0.0.1 localhost

httpd.conf:

<ifmodule dir_module>     directoryindex index.php index.pl index.cgi index.asp index.shtml index.html index.htm \                    default.php default.pl default.cgi default.asp default.shtml default.html default.htm \                    home.php home.pl home.cgi home.asp home.shtml home.html home.htm </ifmodule> 

my question is: can tell me missing?

i hope can me.


Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

performance - Why is XCHG reg, reg a 3 micro-op instruction on modern Intel architectures? -

jquery - Responsive Navbar with Sub Navbar -