yiinitializr icon indicating copy to clipboard operation
yiinitializr copied to clipboard

Shared hosting

Open Alex-Sh opened this issue 11 years ago • 4 comments

Add ability or wiki info how to use/modify advanced yiinitializr templates on shared hostings with one www root. It can be like this:

/frontend/...
/backend/...
/www/
    index.php
    backend/
        index.php

Alex-Sh avatar Aug 13 '13 11:08 Alex-Sh

Hi, @Alex-Sh I've made a small template for a similar case. You can check it here https://github.com/Borales/yiinitializr-simple But it creates only one "entry point" (just front-end). Other entry points you can make through sub-modules (in /www/app/modules)

Borales avatar Aug 13 '13 12:08 Borales

@Borales Thanks for it... I am planning to modify Yiinitializr, will include your template if you don't mind

tonydspaniard avatar Aug 16 '13 06:08 tonydspaniard

@tonydspaniard Thanks, of course I don't mind. And sorry that I recommend this template without "official approve"

Borales avatar Aug 16 '13 07:08 Borales

@Borales no need to apologies man... more than welcome to do that!

tonydspaniard avatar Aug 16 '13 19:08 tonydspaniard