Your hosted server service must support php and mysql.
If you cannot get access to a private sdrdata on your hosted server, you can use a public sdrdata (for example you may use ./sdrdata as data path), in this case you have to find a way to deny public http access to sdrdata.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Got sidocre running on localhost as it should:
/xxx/xxx/sdrdata and all works ok
but when i install on a hosted server i cant use thye path to private/sdrdata (no connection with data)
and a blank page at /user.php
in order to get connected to db i have to use a path via (httpdocs/ds)
any ideas?
using same structure as on my localhost
T-nut
Your hosted server service must support php and mysql.
If you cannot get access to a private sdrdata on your hosted server, you can use a public sdrdata (for example you may use ./sdrdata as data path), in this case you have to find a way to deny public http access to sdrdata.
Thanks.
Found the problem.
"there are 2 kinds of webhotels: eiter no security or security set to paranoid"
private folder was set to "not" read php