CaerphillyUnison
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Homepage URLCheers Lee! Problem solved.
Thank you both for your help, much appreciated!
Forum: Fixing WordPress
In reply to: Homepage URLWe’ve got the free 16mb.com domain (which is the account used to host the website) and the .org.uk domain which we purchased after creating the website. They are all pointed to the hosts servers. How to you point to the file?
Cheers for the help!
Forum: Fixing WordPress
In reply to: Homepage URLThecPanel on the hosting website? the domain on there is set as a parked domain not a sub….would i need to change it to asub? (Sorry for al the questions, but I don’t have much web experience).
Forum: Fixing WordPress
In reply to: Homepage URLAlready tried that ^ didnt work…
The homepage still switches back tp .16mb.com when going to it from another page.
Forum: Fixing WordPress
In reply to: Homepage URLDo you think maybe I would need to create a new hosting account as .org.uk and transfer the site over (if possible). If so, any ideas how I would do this?
Cheers
Forum: Fixing WordPress
In reply to: Homepage URLStill doesn’t work π
Forum: Fixing WordPress
In reply to: Homepage URLNot sure how to put <?php echo site_url(); ?> into the homepage tbh.
define(‘DB_NAME’, ‘xxxxx’); <<< Do i need to change “xxx” to my siteaddress? Would DB_NAME be the variable name or would NAME be something else by default?
Sorry for all the questions, new to this. I appreciate your help π
Forum: Fixing WordPress
In reply to: Homepage URLThe only thing in .htaccess is:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule># END WordPress
Would it be possible to add a line in there somewhere?
Forum: Fixing WordPress
In reply to: Homepage URLOk just tried editing both again.
This time there are no errors, but nothing has changed. THe homepage still switches to 16mb.com instead of .org.uk when clicking the home button.
Forum: Fixing WordPress
In reply to: Homepage URLIt may of been a syntax error, not too sure to be honest.
Any idea why it would be giving this error?Any alternative/s?
Cheers
Forum: Fixing WordPress
In reply to: Homepage URL“error on code line 2” when i added the code to functions.php
Adding the line of code to the wp-config broke the site, so I have just removed it & the site works again.
Forum: Fixing WordPress
In reply to: Homepage URLThanks,
I have tried that. It gave me an error with the functions (something about line 2), so I took the functions update out & now the site doesn’t load at all.
I will give it another 5mins to see if it works, if not I think that I’ll have to take the code out of wp-config.