login community faq
  • I created a subdomain dev.mydomain.com.
  • I then created an application... wordpress
  • I linked up the application to my subdomain and mapped it to /wp.

However, when I visit the dev.mydomain.com/wp, all the CSS and images don't seem to load correctly. There's no styling or images on the page.

asked Jan 03 '11 at 12:30

milesmeow's gravatar image

milesmeow
169


Have you tried setting the Site URL manually? The process is outlined here,

1
http://codex.wordpress.org/Changing_The_Site_URL

This solves 99% of Wordpress's URL related issues.

answered Jan 03 '11 at 12:56

johns's gravatar image

johns ♦♦
340427

What worked for me was to edit the functions.php file of the active theme. Follow the instructions on the page...here's just a summary:

Put this right after the opening <?php tag.

update_option('siteurl','http://example.com/blog');
update_option('home','http://example.com/blog');

Refresh the page and login as admin. Check settings and make sure that the paths are correct. Then remove those lines from functions.php

(Jan 03 '11 at 18:16) milesmeow milesmeow's gravatar image
Your answer
If you have an answer to the above question, then use the form below. Otherwise, use the appropriate 'add new comment' button above to post your feedback.
toggle preview

Plans & prices    Sign up    Why WebFaction?    Contact us    Affiliate program    Support    Legal    Jobs    Blog    Control panel login
Powered by OSQA
© Copyright 2003-2012 Swarma Limited - WebFaction is a service of Swarma Limited