<VirtualHost *:80> DocumentRoot "/Applications/MAMP/htdocs/dev/personalprojects/jeremybuff.com" ServerName dev.jeremybuff.com <Directory "/Applications/MAMP/htdocs/dev/personalprojects/jeremybuff.com"> Options All AllowOverride All Order allow,deny Allow from all </Directory> </VirtualHost>I don't believe there is anything wrong with my subdomain code above, as I have always used it and it has worked fine. Does anyone have any pointers? I know that I can use URI::base(false) to stripe index.php from the url, but like I mentioned about, I can't do such was URI::create(). Any help would be greatly appreciated.
It looks like you're new here. If you want to get involved, click one of these buttons!