Can’t add WordPress to one.com domains
-
I bought a terrible domain at https://www.one.com where everything advanced has to be installed manually, wordpress for example. My domainname is https://grazdesigns.com and I’m trying to install wordpress on it. It simply just won’t work I dont know what I’m doing wrong.
This is my workflow when trying install:
-I upload all the downloaded wordpress files to a new folder (subdomain) called “blog” via CoreFTP (can’t stand one.com’s uploader) so it looks like https://blog.grazdesigns.com-I rename the wp-config-sample.php to wp-config and add my userinfo PROVIDED by my own host.
[code]define('DB_NAME', 'grazdesign_com');/** MySQL database username */
define('DB_USER', 'grazdesigns_com');/** MySQL database password */
define('DB_PASSWORD', 'Pa55w0r6s');/** MySQL hostname */
define('DB_HOST', 'grazdesigns.com.mysql');/** Database Charset to use in creating database tables. */
define('DB_CHARSET', 'utf8');/** The Database Collate type. Don't change this if in doubt. */
define('DB_COLLATE', '');[/code]
looks a little something like thatthen when I open up the URL with install.php ending it gives me a 404 error or another error message.
Please help, what am I doing wrong in the process?
- The topic ‘Can’t add WordPress to one.com domains’ is closed to new replies.