DocumentRoot "D:/develop/upupw/htdocs/tp5/public"
ServerName testtp5.com:80
Serveralias 127.0.0.1 localhost
ServerAdmin webmaster@testtp5.com
DirectoryIndex index.html index.htm index.php default.php app.php
Errorlog Logs/testtp5.com-error.log
Customlog Logs/testtp5.com-access_%y%m%d.log Comonvhost
Php_admin_value open_basedir "D:\develop\upupw\htdocs\tp5\public\;D: \develop\upupw\memcached\;D: \develop\upupw\ phpmyadmin\;D: \develop\upupw\temp\; C:\Windows\Temp\ "
Options FollowSymLinks
AllowOverride All
Require all granted
Require all denied
Require all denied
But this gives you access to http://127.0.0.1/tp5/public/index.php
Reply to discussion (solution)
Change this path. Try: Php_admin_value open_basedir "D:\develop\upupw\htdocs\tp5\public\;D: \develop\upupw\memcached\;D: \ develop\upupw\phpmyadmin\;D: \develop\upupw\temp\; C:\Windows\Temp\ "
Change this path. Try: Php_admin_value open_basedir "D:\develop\upupw\htdocs\tp5\public\;D: \develop\upupw\memcached\;D: \ develop\upupw\phpmyadmin\;D: \develop\upupw\temp\; C:\Windows\Temp\ "
It didn't work.