affiliatefrederik
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Help! Image-hosting on subdomains..Yea I figured. But does that mean the images uploaded will be hosted on the sub-domain, and not the add-on domain, so the page loading time wont be that affected?
If not, I have discovered the Jetpack plugin, which might do the trick for me with ‘Photon’..
Forum: Fixing WordPress
In reply to: Help! Image-hosting on subdomains..I have done as following now, and the file URL now says:
http://AddOnDomain.org/public_html/media/image.pngI think that means the images are still hosted on my add-on domain, on not on the sub-domain called media- but really, I don’t have a clue..
Forum: Fixing WordPress
In reply to: Help! Image-hosting on subdomains..Okay, I have created a sub-domain named Media, the media folder appears in my public-html folder on my add-on domain..
So, if I’m changing
define( ‘UPLOADS’, ‘/blog/wp-content/uploads’ );
to
define( ‘UPLOADS’, ‘/public_html/media/’ );
and paste it (one line above/before?) the require_once lineWould it be right?
Forum: Fixing WordPress
In reply to: Help! Image-hosting on subdomains..I have tried to enter the wp-config.php file from an FTP software, however, I don’t know where in the file I should post.. I did as the link explained, however- I didn’t see any change..