Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - l3m35

Pages: [1]
1
CentOS 7 Problems / Charset error - php.ini is ok
« on: September 22, 2019, 01:39:27 AM »
I'm a beginner with CWP, migrating from cPanel. The language of my (at the moment, four) sites is Portuguese, so I need characters like ç, ã and É. None are being shown; even inside CSS files they are wrongly coded as ç (ç), ã(ã) and É (É). Same for emojis.

I've checked my php.ini and it's there:

default_charset = "UTF-8"
internal_encoding = "UTF-8"
input_encoding = "UTF-8"
output_encoding = "UTF-8"

So I have no idea what is the problem. Anyone?
Thank you.

2
CentOS Configuration / How to change default user account path
« on: August 19, 2019, 05:14:12 PM »
Sorry if it's repeated, I didn't find it anywhere.

I'm migrating from a server with cPanel, hosting 4 websites. In my new centos server, there is a user account and 3 additional domains, so it's like:

- accountsite.com
- add1.com
- add2.com
- add3.com

The root folder "(home/accountsite/public_html) have 3 folders (add1, add2, add3) and it's everything fine with those sites.

I'm not sure what to do about the main site, since a new folder "accountsite" is not working (error 404) and I don't think it's right to drop the files there along with other folders.

How can I change the path to "home/accountsite/public_html/accountsite"?

Pages: [1]