ivyleaf
Forum Replies Created
-
Forum: Installing WordPress
In reply to: Loop redirection when changing Blog address (URL)As I said, in 3)
Bought a domain “domainname.com“
If I only redirect/forward from “domainname.com“, the URL would go back to ccgi.username.plus.com/blah blah blah after I click the links within the blog.
Cos I want all URL for “ccgi.username.plus.com” to be replaced with “https://www.domainname.com“.
So I changed “blog address” in WordPress Admin panel. But this caused redirection loop. (Not sure if it is bacause it is pointing to a CCGI space)
As the PlusNet community suggested, I should transfer the domain hosting to PlusNet then they will point “https://www.domainname.com” to the CCGI space for me.
I am just wondering if this is the only solution.
Forum: Installing WordPress
In reply to: Loop redirection when changing Blog address (URL)Let me rephrase my question again.
1) Installed my wordpress in “https://ccgi.username.plus.com/wordpress”
2) Copyed the “index.php” & “.htaccess” to “https://ccgi.username.plus.com/”
3) Bought a domain “domainname.com”
Want all URL for “ccgi.username.plus.com” to be replaced with “www.domainname.com”.
Could anyone have a look at the REPLY in PlusNet community & let me know how you think?
Forum: Installing WordPress
In reply to: Loop redirection when changing Blog address (URL)As I suspected it is the problem caused by “.htaccess” I check again the permalink structure.
# BEGIN WordPress
# END WordPress
There are two “.htaccess” files. One is under “https://ccgi.username.plus.com” and the other one “https://ccgi.username.plus.com/wordpress”.
I have tried to recreat “.htaccess” by using host’s control panel several times but they both all look the same.
Any suggestions?
Forum: Installing WordPress
In reply to: parse error, unexpected T_STRINGWhat I did is to follow the installation guide for Plusnet user then all the problems are solved automatically.
It is only usful for Plusnet users.
Forum: Installing WordPress
In reply to: parse error, unexpected T_STRINGSorry, I paste the exact one again.
<?php
// ** MySQL settings ** //
define(‘DB_NAME’, ‘mydomain_**’); // The name of the database
define(‘DB_USER’, ‘mydomain’); // Your MySQL username
define(‘DB_PASSWORD’, ‘************’); // …and password
define(‘DB_HOST’, ‘humbug’); // 99% chance you won’t need to change this value// You can have multiple installations in one database if you give each a unique prefix
$table_prefix = ‘wp_’; // Only numbers, letters, and underscores please!// Change this to localize WordPress. A corresponding MO file for the
// chosen language must be installed to wp-includes/languages.
// For example, install de.mo to wp-includes/languages and set WPLANG to ‘de’
// to enable German language support.
define (‘WPLANG’, ”);/* That’s all, stop editing! Happy blogging. */
define(‘ABSPATH’, dirname(__FILE__).’/’);
require_once(ABSPATH.’wp-settings.php’);
?>