quickapps / cms

Modular CMS powered by CakePHP
GNU General Public License v3.0
164 stars 69 forks source link

Have problem with method baseUrl of LinkHelper #144

Closed LeLuyen closed 8 years ago

LeLuyen commented 8 years ago

Hi Chris,

When I setup the Directory for Apache is /var/www/html.

If I build the source with struct as: /var/www/html/my_quick The my_quick folder is all source was composed from git.

The url of website is http://127.0.0.1/my_quick

The link "HOME URL" will active with the baseUrl() method wrote by you. `/**

But when I move the all source in my_quick folder to /var/www/html folder

The url of website is http://127.0.0.1

The link "HOME URL" don't active.

I think we need replace '/' to ' '(May be add settings for Menu Plugin)

Please fix.