I get errors when using require $url path. (Undefined index: url in)...
http://youtu.be/Aw28-krO7ZM?t=4m5s
Or before require if I use string mvc.local:8081/index, but mvc.local:8081/someparameter works just fine.
I think the problem something wrong with my php.ini
[Edit]Deleted php.ini
or
httpdv-hosts file
#second Domain, Create Your Own MVC NameVirtualHost mvc.local <VirtualHost 127.0.0.1:8081> ServerName mvc.local ServerAlias mvc.local DocumentRoot C:/Sites/mvc/public ErrorLog "C:/Sites/mvc/error.log" CustomLog C:/Sites/mvc/access.log common <Directory "C:/Sites/mvc/public"> Options -Indexes FollowSymLinks MultiViews AllowOverride All <IfModule mod_access.c> Order allow,deny Allow from all </IfModule> </Directory> </VirtualHost>
When I download your files and try it out on same folder, I still get an error, and the index query problem.
PHP error.
[Wed Feb 22 18:08:52 2012] [error] [client 127.0.0.1] PHP Notice: Undefined index: url in C:SitesmvcpubliclibsBootstrap.php on line 7
[Wed Feb 22 18:08:52 2012] [error] [client 127.0.0.1] PHP Stack trace:
[Wed Feb 22 18:08:52 2012] [error] [client 127.0.0.1] PHP 1. {main}() C:Sitesmvcpublicindex.php:0
[Wed Feb 22 18:08:52 2012] [error] [client 127.0.0.1] PHP 2. Bootstrap->__construct() C:Sitesmvcpublicindex.php:9
Can u guys figure it out?
I have google like 3-4h














