GoDaddy Economy Hosting WP in Sub-Folder = HELL
-
Ok so i have a client that decided to move to GoDaddy, and we’ve been having toruble ever since. They refuse to move due to how long they’ve been with them, and are not listening to anything I say in terms of moving.
Now, to the point:
They have the Economy hosting package which DOESN’T allow the use of folders to hold domains. I’ve been trying my BEST to rewrite the root htaccess to direct to this directory anyway…but I seem to not have any luck at all and need some serious help.
This is the code I’m using, but obviously without success:
RewriteEngine on RewriteBase / RewriteCond %{HTTP_HOST} ^www.resourcemanagementspecialists.com$ [NC] RewriteRule ^(.*)$ https://www.resourcemanagementspecialists.com/rms_live/$1 [R=301,L]
resourcemanagementspecialists.com is the domain, however I need the domain to direct users towards the actual subfolder directory of the site which is rms_live.
And after all of this…
Will this hurt the install of WP? Currently if I go to https://www.resourcemanagementspecialists.com/rms_live, I’m presented with my site, but with no styling or anything, meaning that the WP install obviously doesn’t know it’s in a subfolder.
So, again…my issues are:
1) How to successfully point the domain to subfolder using htaccess?
2) How to MASK the domain as resourcemanagementspecialists.com so users don’t see the subfolder in the address bar?
3) How to tell WP that it’s in a subfolder so I get my styling back (hopefully via htaccess as well???)
- The topic ‘GoDaddy Economy Hosting WP in Sub-Folder = HELL’ is closed to new replies.