First of all, sorry about my english ;)
I have one question about the install on a subdomain. I've read the instructions and I'm really confused about something:
This is the suggested structure
|-- etc
|-- logs
|-- public_html // Put the contents of 'public' in here
| |
| |-- css
| |-- images
| |-- js
| |-- .htaccess
| |-- index.php
|
|-- userfrosting // Put the contents of 'userfrosting' in here
| |-- auth
| |-- controllers
| |-- ...
In my case, it will be:
|-- etc
|-- logs
|-- public_html
| |
| |-- MY_SUBDOMAIN // Put the contents of 'public' in here
| | |-- css
| | |-- images
| | |-- js
| | |-- .htaccess
| | |-- index.php
So ... where the "userfrosting" folder must be located?
Thanks in advance ;)
First of all, sorry about my english ;)
I have one question about the install on a subdomain. I've read the instructions and I'm really confused about something:
This is the suggested structure
In my case, it will be:
So ... where the "userfrosting" folder must be located?
Thanks in advance ;)