jasonhinkle / phreeze

Phreeze Framework for PHP
http://phreeze.com/
GNU Lesser General Public License v2.1
377 stars 166 forks source link

404 links and bad layout #267

Open paulo27reis opened 7 years ago

paulo27reis commented 7 years ago

boa tarde! Não consigo acessar os links do sistema, e o layout do site está desconfigurado.

good afternoon! I can not access the system links, and the site layout is unconfigured.

Thanks

Paulo erro

marqusG commented 7 years ago

I have the same issue and I'm investigatin... Anybody knows something about?

Esysc commented 7 years ago

You can Google for that. It's a common issue where path are misconfugured. Check the .htaccess file. Look in other similar issues here. And a practical guide here https://www.sitepoint.com/autogenerate-crud-apps-phreeze/

marqusG commented 7 years ago

Thank you Esysc. Unbelievably, I have just realized it was exactly that, path misconfigurated. In the second page of the builder wizard I didn't set the Application Root URL correctly, leaving it as it was by default. Instead it must be set to the directory where the application is installed into. Changing this fixed everything and the app works great.