vhosts - Laravel Pagodabox v-hosts -


ok have site works find locally when set vhosts so:

<virtualhost 127.0.0.7> documentroot "c:\xampp\htdocs\mysite\public" servername myserver <directory "c:\xampp\htdocs\mysite\public">     options indexes followsymlinks multiviews     allowoverride </directory> 

however, when push pagodabox page works home page. when try login, register etc 404 error page. have same problem locally if don't set vhosts. know whats wrong?


Comments

Popular posts from this blog

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -

javascript - firefox memory leak -

Trying to import CSV file to a SQL Server database using asp.net and c# - can't find what I'm missing -